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

https://github.com/yash08123/the-algorithms-data-structures-for-beginners

The easy to kickstart coding journey.
https://github.com/yash08123/the-algorithms-data-structures-for-beginners

algorithms datastructures-algorithms graphs linked-list sorting-algorithms

Last synced: 4 months ago
JSON representation

The easy to kickstart coding journey.

Awesome Lists containing this project

README

        

# The-Algorithms-Data-Structures-for-Beginners
An easy way to kickstart coding journey.

- **The Algorithms**

1. Bubble Sort

2. Quick Sort

3. Merge Sort

4. Selection Sort

- **The Data Structures**

The primitive Data Structures are easy to understand once you learn basics of any language.
After that these are the Data Structures that will help you advance further in your journey.

1. Stack

2. Queue

3. Linked List

4. Graph

5. Trees