Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSA Lab Reference

Data structures & algorithms lab work from coursework, kept as reference material for anyone (juniors, students) working through similar DSA assessments.

What's covered

  • Core data structure implementations (arrays, linked structures, trees/graphs depending on file)
  • Classic algorithm exercises in C/C++
  • Each file (ADS-01ADS-06) corresponds to one lab exercise

How it's organized

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).

Note

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.

About

Data structures & algorithms lab work - reference material for juniors working through DSA coursework/assessments

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors