Skip to content

Practicing basic DSA by solving the 150 questions neetcode.io mostly in C++ and/or Python

Notifications You must be signed in to change notification settings

Garth-brick/DSA-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DSA-practice

Practicing Data Structures and Algorithms in C++ and Python

LeetCode-150

  • This is a repository for solutions to my first 150 LeetCode questions
  • It covers the following topics:
    1. Arrays and Hashing
    2. Two Pointers
    3. Sliding Window
    4. Stack
    5. Binary Search
    6. Linked Lists
    7. Trees
    8. Tries
    9. Priority Queues
    10. Backtracking
  • The repositories contain solutions I came up with while following the list of 150 questions at: neetcode.io/practice

DSA Implementaions

  • This includes a set of Data Strucutres and Algorithms that I wrote out myself in order to help understand how these were implemented
  • An attempt was made to follow principles of OOP and to make these implementations as generic as possible

Reaching Out

Please reach out if you believe that any improvements can be made, I would appreciate any feedback or request for collaboration <3

About

Practicing basic DSA by solving the 150 questions neetcode.io mostly in C++ and/or Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published