Data Structures and Algorithms in C++
Commands to run the programs:
- g++ --version (To check the g++ compiler version)
- g++ filename.cpp (To compile and run the program in a cpp file)
- ./a.out (To check the output of the program)
- Bubble Sort
- Modified Bubble Sort
- Selection Sort
- Insertion Sort
- Create
- Insert
- Update
- Delete
- List Length
- Display
- Push
- Pop
- Display
- Push
- Pop
- Display
- Create Tree
- Search
- Insert
- Delete
- Linear Search