https://github.com/ritobrotomukherjee/dsa-computer-science
Problem solving and DSA with C++
https://github.com/ritobrotomukherjee/dsa-computer-science
algorithms-and-data-structures codechef cpp data-structures hackerrank-solutions leetcode-cpp math patterns problem-solving
Last synced: 3 months ago
JSON representation
Problem solving and DSA with C++
- Host: GitHub
- URL: https://github.com/ritobrotomukherjee/dsa-computer-science
- Owner: RitobrotoMukherjee
- Created: 2022-06-21T05:04:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T14:41:34.000Z (about 2 years ago)
- Last Synced: 2024-12-27T12:32:01.989Z (4 months ago)
- Topics: algorithms-and-data-structures, codechef, cpp, data-structures, hackerrank-solutions, leetcode-cpp, math, patterns, problem-solving
- Language: C++
- Homepage:
- Size: 2.44 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## C++ DSA Practice
- **It's a simple repository where you will find pattern related questions for logic building using while and for loops**
- **You will also get LeetCode and HackerRank Question Solution with proper Time And Space Complexcity Analysys. To find the Time And Space Complexity check each of the ```README.md``` file inside every directory.**
- **You will also get System Design Related modules in upcoming days**
- **YouTube channel to discuss all the questions COMING SOON**## 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/DSA-computer-science.git```
- After Cloning ```cd DSA-computer-science```## 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
- Love Babbar [@GitHub](https://www.linkedin.com/in/love-babbar-38ab2887/)