Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.29 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.29 KB

Dive Deep into Algorithms and Data-structures

Project Image

This respository consists of different tutorials and challenges which will equip you to
kick off interview problems and competitive programming challenges.

Description

Getting into data structures and algorithms can be so tough for the first time. You may wonder where you can start. I have included some basic problems you need to know to get mastery of these approaches. The toughest technique i can point out in all of the approaches is dynammic programming. I have tried to look into this approach particulary more further by solving the common problems about it sorted out from the leetcode website. You may find them in a series of daily challenges .

Technologies

  • C++ (I preffer using this language due to the size of it's community in competitive programming and it's exceptional execution speed compared to other languages like Java and Python ).

Back To The Top


Author Info

Back To The Top