-
Notifications
You must be signed in to change notification settings - Fork 32
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
New Notes/Examples #23
Comments
|
Working on examples for Rust and Ruby |
Feel free to ping me if you need some help with Rust |
Call dibs on php |
Need some basic examples of the concepts below for the languages as well (including for the languages that are already covered on the site): sorting, searching and recursion. I've updated the main issue with this information as well. |
I'll write some up during orientation tomorrow |
Any preferences on the type of sorting/searching? |
@davidli3100 Just some basic O(n^2) sorting algorithms (bubble, selection, insertion, etc.) For searching, I typically do linear and binary. |
@mrseidel do you want an explicit example for recursion? Binary search is pretty much recursion anyways |
@davidli3100 Yes. I typically do factorial or Fibonacci for my basic examples of recursion. |
Are you specifically looking for Sorting, Searching, and Recursion only, or are you looking for all of them (e.g. Objects)? |
@Multivalence for the ones that don't have a Sorting/Searching/Recursion breakdown (i.e. Rust, PHP, etc.), I'd be looking for all the notes. If you are interested, you can include whichever ones you want. Attempt to follow a similar to format that is already on the site. |
dart/flutter stuff is all mine :) |
Added recursion example for now with memoization |
Working on all examples for Go in #36 |
I'm looking to diversify my notes and examples to include other programming languages that sometimes pop up in this class (and some future planning).
If you feel you can contribute to creating notes and examples for the following programming languages, create a pull request:
Need some basic examples of the concepts below for the languages as well (including ones that are already on the site.
The text was updated successfully, but these errors were encountered: