Skip to content

Latest commit

 

History

History
91 lines (59 loc) · 4.12 KB

README.md

File metadata and controls

91 lines (59 loc) · 4.12 KB

WhatsAlgo

Prepping for your coding interview? Want to learn data structures & algorithms but don't know where to start?

Well you have come to the right place. Data structures & algorithms are of key importance for anyone dealing with programming. Be a software engineer, a computer science student, or a fun enthusiast, having a firm grasp on various topics is crucial. This repository aims to provide implementations of many different data structures & algorithms from basic to some advanced topics. Learn and have a firm grasp on data structures & algorithms to ace your coding interviews and land that dream job!

Sorting Algorithms

Search Algorithms

Complete Search

Data Structures

Tree Algorithms

Dynamic Programming

Greedy Algorithms

Bit Manipulation

Mathematics

Miscellaneous