Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreejit7/data-structures-algorithms
Codes with solutions for different Data Structures & Algorithm related problems
https://github.com/sreejit7/data-structures-algorithms
algorithms algorithms-and-data-structures cpp data-structures problem-solving
Last synced: 8 days ago
JSON representation
Codes with solutions for different Data Structures & Algorithm related problems
- Host: GitHub
- URL: https://github.com/sreejit7/data-structures-algorithms
- Owner: Sreejit7
- Created: 2020-10-31T12:52:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T02:50:33.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T16:52:00.369Z (2 months ago)
- Topics: algorithms, algorithms-and-data-structures, cpp, data-structures, problem-solving
- Language: C++
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Data-Structures-Algorithms
## Introduction :memo:
Data Structures & Algorithms are fundmental parts of Computer Science. Having good DS & Algo knowledge is a must for any developer. You can never learn all the Data Structures and all the Algorithms in the world, there's no end to it. In this repo, I'll be storing the solutions to all the Data Structure & Algorithm related problems I'll be learning.:star2: Star it,
:fork_and_knife:Fork it,
:handshake: Contribute to it!### Data Structures :book:
A Data Structure is a way of organizing data in simple terms. It gives us access to storing, accessing and manipulating data in an efficient manner.### Algorithms :book:
An algorithm is a set of instructions designed for accomplishing any particular task. We can perform the same task using multiple algorithms, and I'll try to include all possible solution approaches that I can come up with, for a certain problem.## Languages
For now, I'll be writing codes in C++ only. You can contribute codes in other languages as well.## Running codes
For running C++ codes, you need to download GNU/G++ environment in your system.## Contributing :handshake:
For contributing to this repo, please follow the [contribution guidelines](https://github.com/Sreejit7/Data-Structures-Algorithms/blob/master/CONTRIBUTING.md)