Data structures & algorithms lab work from coursework, kept as reference material for anyone (juniors, students) working through similar DSA assessments.
- Core data structure implementations (arrays, linked structures, trees/graphs depending on file)
- Classic algorithm exercises in C/C++
- Each file (
ADS-01…ADS-06) corresponds to one lab exercise
Flat structure - one file per exercise, numbered in the order they were assigned. No build system; each file is self-contained and can be compiled directly (g++ ADS-0X -o out).
This is study/reference material from coursework, not a production project. For my current security-focused work, see ICS (applied cryptography) and my AI/Cloud security projects.