https://github.com/ritobrotomukherjee/practice-dsa-cpp
Practice DSA using CPP with proper branching for each topic.
https://github.com/ritobrotomukherjee/practice-dsa-cpp
cpp dsa-practice interview-preparation problem-solving
Last synced: 6 months ago
JSON representation
Practice DSA using CPP with proper branching for each topic.
- Host: GitHub
- URL: https://github.com/ritobrotomukherjee/practice-dsa-cpp
- Owner: RitobrotoMukherjee
- Created: 2022-09-13T06:23:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T15:24:15.000Z (about 3 years ago)
- Last Synced: 2025-02-06T12:33:06.482Z (8 months ago)
- Topics: cpp, dsa-practice, interview-preparation, problem-solving
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## C++ DSA Practice
- **It's a simple repository to practice already learned DSA concepts using CPP**
- **Each topic of DSA has it's own name with proper naming conventions for better understanding and rivision in future**
- **Few self made questions and also questions from renowned sites like `LeetCode`, `CodingNinjas`, or `Codeforces` etc are solved**## Technology Stack
- VS Code (**IDE**)
- C++ (**Programming**)
- VS code extensions: `Code Runner` and `C/C++`## Prerequisite
- C++ installation guide [VS Code C++ Installation](https://code.visualstudio.com/docs/languages/cpp)## Installation
- clone repository ```git clone https://github.com/RitobrotoMukherjee/practice-dsa-cpp.git```
- After Cloning ```cd practice-dsa-cpp```## Run Program
> Move to any repository and run the `Code Runner` to run program. The program will compile and create and `executable`, and it will run in your terminal.## Author
👤 **Ritobroto Mukherjee**
- Portfolio: [@Rito](https://ritobrotomukherjee.github.io/Work-Portfolio/)
- GitHub: [@RitobrotoMukherjee](https://github.com/RitobrotoMukherjee)
- Twitter: [@RitobrotoM3](https://twitter.com/RitobrotoM3)
- LinkedIn: [Ritobroto Mukherjee](https://www.linkedin.com/in/ritobroto-mukherjee-519148ba/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments