This commit is contained in:
Medium Fries 2019-03-28 15:10:24 -07:00
parent 9b21944cf6
commit 5350b962b4
2 changed files with 0 additions and 19 deletions

View File

@ -1,6 +0,0 @@
# lec1
> trees & tree heaps
> also: ilearn still busted but theres a survey to fill out
bin search trees
max/min/heap trees

View File

@ -1,13 +0,0 @@
# Divide and Conquer
Make big problem into smaller problems to solve
## Merge Sort
_yote_
1. find midpoint of list
2. split into two smaller lists
3. keep splitting smaller lists until we have a bunch of 1/2 size lists
4. sort each using the _smaller_ already sorted values against each other into a new sub-list
5. combine and sort each thing