algorithms

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

View the Project on GitHub gitgik/algorithms

Data Structures Implementation

Build Status Code Quality

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

Recursion

Searching

Sorting

Stacks

Strings

Tries

Others