Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Data-Structures-Algorithms






code size




open issues
closed issues
open pull request
closed pull request

## 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)