Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visheshrwl/dsa-notes
Welcome to your one-stop-shop for Data Structures and Algorithms (DSA) practice. It's all about honing your skills and having a blast while doing it!
https://github.com/visheshrwl/dsa-notes
algorithms algorithms-and-data-structures data-structures hacktoberfest hacktoberfest2023 linked-list
Last synced: 28 days ago
JSON representation
Welcome to your one-stop-shop for Data Structures and Algorithms (DSA) practice. It's all about honing your skills and having a blast while doing it!
- Host: GitHub
- URL: https://github.com/visheshrwl/dsa-notes
- Owner: visheshrwl
- Created: 2023-08-10T11:53:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T18:30:35.000Z (about 1 year ago)
- Last Synced: 2024-04-16T05:00:18.292Z (9 months ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, hacktoberfest, hacktoberfest2023, linked-list
- Language: C++
- Homepage:
- Size: 5.63 MB
- Stars: 0
- Watchers: 1
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSA Practice Repository
Welcome to the DSA (Data Structures and Algorithms) Practice Repository! This repository is designed to help you improve your understanding and implementation skills of various data structures, algorithms, and problem-solving techniques.
## Repository Structure
The repository is organized into folders, each representing a specific type of data structure, algorithm, or a set of related questions.
Each folder's "README.md" file provides:
- A description of the problem or algorithm being discussed.
- A detailed explanation of the approach used in the solution.cpp file.
- If applicable, a breakdown of the time and space complexity of the solution.
- Tips and insights to help you better understand the concept.## How to Contribute
Contributions to this repository are welcomed! If you've solved a problem and would like to share your solution:
Fork this repository.
- Create a new folder under the relevant category
- Inside the new folder, create a solution.cpp file with your code and a README.md file explaining your approach.
- Submit a pull request with your changes.
- Please ensure that your code is well-documented, follows best practices, and is easy for others to understand.## Learning Resources
Remember that while practicing, it's important to also refer to learning resources like textbooks, online tutorials, and videos to deepen your understanding of data structures and algorithms. The provided README.md files aim to help you understand specific solutions, but additional learning materials can provide you with a broader perspective.
Happy coding and practicing! Feel free to reach out if you have any questions or suggestions.