- binary search - split in halfs, and check if the number is greater or less than.
- selection sort - find the smallest (or largest) and put it in a different list.
- linked lists vs arrays - linked lists are slower for search, but faster for insert/delete than arrays.
- arrays allows fast read and are contiguous in memory.
- recursion uses the stack for functions, function calls go to the stack
- recursive functions must have a base case and a recursive case.
- stack has two operations: push and pop
-
Notifications
You must be signed in to change notification settings - Fork 0
marcelarosalesj-education/other.algorithms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published