- Go to NB Viewer
- Paste in the repo name
jerrylee17/workshop-series
- Open Binder, by clicking the 3 circles.
- Navigate to the workshop that is being taught
- Click on the
.ipynb
file.
Done! The notebook should load shortly, where you can follow my tutorial.
This is the official github repository of the data structures and algorithms workshop series in the SCE. Every workshop hosted will be in a Jupyter Notebook (.ipynb) format and will be posted in this repository.
This workshop series helps students get a jump start learning data structures and algorithm and equips them with the tools they need to make more efficient code.
This is a series of workshops with different instructors. Every workshop in this series focuses on a specific data structure or algorithm, with the exception of the first three. To keep the structure of this workshop series uniform, the workshops will be taught in python.
- Beginner Python
- Big O notation
- Lists / Linked Lists / Stacks / Queues
- Sorting
- Searching
- Sliding window algorithm
- Trees / Tries / Heaps
- Graphs
- Dynamic Programming