Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devdutt6/cpp
My journey to learn Data Structure and Algorithm(DSA) in language C++.
https://github.com/devdutt6/cpp
cpp dsa dsa-learning-series dsa-practice sde-sheet strivers-sde-sheet
Last synced: about 6 hours ago
JSON representation
My journey to learn Data Structure and Algorithm(DSA) in language C++.
- Host: GitHub
- URL: https://github.com/devdutt6/cpp
- Owner: devdutt6
- Created: 2022-08-25T12:50:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T15:13:10.000Z (11 months ago)
- Last Synced: 2023-12-09T16:26:55.614Z (11 months ago)
- Topics: cpp, dsa, dsa-learning-series, dsa-practice, sde-sheet, strivers-sde-sheet
- Language: C++
- Homepage: https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSA with C++
This repo will have the code that i do, algorithm that i learn, and problems which i will practice.
There is a directory for each DS and each directory will probably have three files **easy, medium, hard** signifing problem solution's difficulty for that perticular DS related problems.
## Plan
- I try to document the each day's learning from now on(09-12-2022) which you will find in [DAILY.md](DAILY.md).
- Will first cover the easy and medium problems of a Data Structures(DSs) on [Leetcode](https://leetcode.com/) then will move to hard after covering all DSs first.
- Then after first 3 or 4 weeks i will also participate in Leetcode's [Weekly Contest](https://leetcode.com/contest/) and will try to rankup every week.
- And how will i approach the problems, so it would go like first i will just try to write the **brute force** then will explore the ways to **optimize** it.
- After writting solutions i will look at the solutions written by others in Discussion section and will try to learn from it.## Resources
- So i am following the [Striver's SDE sheet](https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/) for learning Data Structures and Algorithm you can also check out his youtube channel [takeUForward](https://www.youtube.com/c/takeUforward).
- This one [youtube video](https://youtu.be/oz9cEqFynHU) that i found was by [Tren Black](https://www.youtube.com/@TrenBlack) and it is soo good in explaining DSA in 15 minutes is soo incredible really if your are finding your-self stuck somewhere is learning DSA this video will inspire you to move forward. May not inspire you but certainly inspired me to resume my learning journey.
- I will keep adding others which i find good.