/Algorithms

Contains solutions to common algorithms questions

Primary LanguageJava

Algorithms Build Status

A repository containing several algorithms that are spread across various Data Structures ranging from Strings,Arrays to Graphs. Each of the algorithms are backed by test cases. The implementation is in Java.

Motivation: Coding is a perishable skill hence its important to keep the thought process flowing. Feel free to contribute by adding/improving to the below list.

Arrays

Strings

Trees

Graphs