@@ -122,7 +122,7 @@ For a complete CS self-taught program, the resources for my study plan have been
- insertion
- insertion
- heapsort
- heapsort
- quicksort
- quicksort
- - mergesort
+ - mergesort
- [Graphs](#graphs)
- [Graphs](#graphs)
- directed
- directed
- undirected
- undirected
@@ -711,7 +711,8 @@ if you can identify the runtime complexity of different algorithms. It's a super
- binary search using recursion
- binary search using recursion
- ### Bitwise operations
- ### Bitwise operations
- - [ ] [Bits cheat sheet](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/bits-cheat-sheet.pdf) - you should know many of the powers of 2 from (2^1 to 2^16 and 2^32)