dushimsam / deep-dive-into-algorithms

Become a coding champion by mastering the art and science of algorithms and data structures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Become a coding champion by mastering the art and science of algorithms and data structures.

License:MIT License


Languages

Language:C++ 83.0%Language:CMake 6.4%Language:C 6.1%Language:Makefile 3.4%Language:JavaScript 1.1%