Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 777 Bytes

File metadata and controls

19 lines (13 loc) · 777 Bytes

Data Structures & Algorithms

my personal notes and code from my university DSA course and lab

Resources

Structure

├── lectures/                           # code and notes following CLRS chapters + MIT 6.006 lectures
├── lab/                                # lab assignments from university
└── cep-library-management-system/      # course end project

Notes

Everything here is Python. Some implementations follow CLRS pseudocode pretty closely, others are adapted from the MIT lecture slides.