Abstract Overview
Sorting Algorithm
-
Bubble Sort
- time complexity
- space complexity
- code the algorithm
-
Quick Sort
- time complexity
- space complexity
- code the algorithm
-
Merge Sort
- time complexity
- space complexity
- code the algorithm
If time allows, workshop goes fast:
To do's
- organize and add interviews to presentation
- finish talking point notes
- finish presentation slides
- build demo (bubble)
- build merge
- build RSA
- practice presenting workshop a few times
Contributors (get github/contribution name for each):
- Meg
- Eddie
- Yang
- Karl
Sources: Cracking the Coding Interview by Gayle Laakmann McDowell zyBooks Data Structures interactive textbook https://www.hello-algo.com/en/