https://github.com/furkanunsalan/data-structures-and-algorithms
📊 My journey through learning data structures and algorithms
https://github.com/furkanunsalan/data-structures-and-algorithms
algorithms data-structures
Last synced: 5 months ago
JSON representation
📊 My journey through learning data structures and algorithms
- Host: GitHub
- URL: https://github.com/furkanunsalan/data-structures-and-algorithms
- Owner: furkanunsalan
- Created: 2024-08-02T07:11:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:40:10.000Z (over 1 year ago)
- Last Synced: 2025-04-15T03:17:06.853Z (12 months ago)
- Topics: algorithms, data-structures
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures and Algorithms
This repository is my progress of learning and implementing Data Structures and Algorithms along with the notes I take.
**Created: 02/08/2024**
**Last Updated: 02/08/2024**
### My Plan for this process:
- **Resources:**
- [Abdul Bari YouTube Playlist](https://www.youtube.com/playlist?list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O)
- [MIT OpenCourseWare](https://www.youtube.com/watch?v=ZA-tUyM_y7s&list=PLUl4u3cNGP63EdVPNLG3ToM6LaEUuStEY)
- **Daily Commit:**
- Create a repository for a "30 days of DSA" like challenge. (This repository)
- **Daily Study Routine:**
- Watch Abdul Bari videos for approximately 45 minutes daily.
- If time allows, briefly review/listen to MIT lectures.
- **Practical Application:**
- Implement data structures in code, research if needed.
- Fully understand the code.
- Try to write the data structures in two different programming languages without referencing the original code.