Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update: Sorting Algorithms #37

Open
2 tasks
mrseidel opened this issue Feb 21, 2023 · 0 comments
Open
2 tasks

Update: Sorting Algorithms #37

mrseidel opened this issue Feb 21, 2023 · 0 comments

Comments

@mrseidel
Copy link
Contributor

mrseidel commented Feb 21, 2023

  • Ensure all sorting algorithms return the location in the array/list/vector or -1 if not found. Currently some are returning true/false.
  • Will also have to update the associated notes.
@mrseidel mrseidel mentioned this issue Feb 21, 2023
8 tasks
AritroSaha10 added a commit to AritroSaha10/Fraser-ICS4U that referenced this issue Feb 22, 2023
mrseidel pushed a commit that referenced this issue Mar 5, 2024
* sorting algos in go

* added string interpolation in go

* searching algos in go

* added doc example in Go

* added sorting algos in go

* added recursion examples in go

* added objects in Go

* added file manipulation program in Go

* added go example for interfaces

* add inheritance examples in go

* remove ref usage in employee.go

editor added it, but don't think it's necessary in this case

* added abstract class example in Go

* added polymorphism example in Go

* docs: better comments for documentation example

* add better docs for objects

* docs: better comments for inheritance

* docs: better comments for interfaces

* docs: improve comments on extending objects

* docs: added comments for polymorphism

* fix: wrapper function for fib memo

* docs: better docs for abstract classes (go)

* fix comments for all OOP examples

* docs: better comments for abstract classes

* update searching algos to return index (#37)

* change everything to 4 space tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant