Skip to content

DSA Repository

Contents

Notes

Resouces

How to Use

  1. Navigate to the date folder for the specific session you're interested in
  2. View the markdown file (e.g., 24-07-25/README.md) for instructions and questions
  3. Check the corresponding .cpp files for the solutions

Getting Started

To compile any program in this repository:

gcc  program.cpp
a.exe # Or ./a.out

To Run In Turbo C++

Just make the following cahnges in the code

int mian() -> void main()
return 0; -> getch();