/algorithms

A catalog of data structures and problems with approaches to solve them

Primary LanguageJupyter NotebookMIT LicenseMIT

Data Structures Implementation

Build Status Codacy Badge

A catalogue of data structures implementation + algorithms and coding problems around them.

2D-arrays

Arrays

Binary Search Trees

Binary Trees

Bit Manipulation

Dynamic Programming

Graphs

Hashmaps

Heaps

Linked Lists

Queues

Recursion

Searching

Sorting

Stacks

Strings

Tries

Others