Completed
Why do you want to know: Algorithms
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Computer Science You Might Not Want to Know
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Things to know
- 3 What exactly is a number anyway? Base 10
- 4 What exactly is a number anyway? Bases
- 5 Fractions decimal versus bicimal
- 6 The float problem
- 7 Other issues with numbers
- 8 Why do you not need to know. Binary
- 9 Sorting algorithms
- 10 Comparing algorithms
- 11 Algorithmic analysis
- 12 Time/space complexity
- 13 Linear time (O(n))
- 14 Algorithms in real life: Improving on O(n)
- 15 The binary search algorithm
- 16 Binary search in the wild git bisect
- 17 Why do you want to know: Algorithms
- 18 Why do you not want to know. Algorithms
- 19 Conclusion why do you not want to know