https://github.com/smilewithkhushi/data-structures-and-algorithms
Data Structures and Algorithms in C++ for beginners | Learn the concepts of DSA with notes, implementations, C++ STL and important questions for practice
https://github.com/smilewithkhushi/data-structures-and-algorithms
algorithms-and-data-structures cpp data-structures dsa
Last synced: about 1 year ago
JSON representation
Data Structures and Algorithms in C++ for beginners | Learn the concepts of DSA with notes, implementations, C++ STL and important questions for practice
- Host: GitHub
- URL: https://github.com/smilewithkhushi/data-structures-and-algorithms
- Owner: smilewithkhushi
- Created: 2023-01-26T10:00:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T19:17:30.000Z (about 2 years ago)
- Last Synced: 2024-02-02T20:31:09.600Z (about 2 years ago)
- Topics: algorithms-and-data-structures, cpp, data-structures, dsa
- Language: C++
- Homepage:
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Data Structures and Algorithms
A repository which contains important concepts and practice questions for various Data Structures and Algorithms using C++.
🧐 Features
Here're some of the project's best features:
* All the important concepts of DSA Covered
* Includes the C++ STL programs
* Easy to understand code
🛠️ Installation Steps:
1. Clone the repository
```
git clone https://github.com/smilewithkhushi/Data-Structures-And-Algorithms.git
```
2. Change directory
```
cd Data-Structures-And-Algorithms
```
3. Open the code editor & install C++ Extensions
4. Once the environment for C++ is configured you're good to go!
💻 Built with
Technologies used in the project:
* C++
🛡️ License:
This project is licensed under the MIT
README GEN