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.
- Host: GitHub
- URL: https://github.com/yash08123/the-algorithms-data-structures-for-beginners
- Owner: yash08123
- Created: 2023-01-30T17:47:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T18:45:28.000Z (over 2 years ago)
- Last Synced: 2024-12-31T04:22:03.628Z (6 months ago)
- Topics: algorithms, datastructures-algorithms, graphs, linked-list, sorting-algorithms
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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