Skip to content
/ CPP Public

My journey to learn Data Structure and Algorithm(DSA) in language C++.

Notifications You must be signed in to change notification settings

devdutt6/CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • Will first cover the easy and medium problems of a Data Structures(DSs) on Leetcode 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 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 for learning Data Structures and Algorithm you can also check out his youtube channel takeUForward.
  • This one youtube video that i found was by Tren Black 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.