/data-structures-and-algorithms

Python implementation of common algorithms and data structures interview questions

Primary LanguagePython

Data structures and algorithms

This repository contains the compilation of solution of commonly asked Data Strcuture and Algorithm interview questions.

It contains programs on the following topics:

Data Structures

Algorithms

Cracking the Coding Interview

It contains:

Tests

python -m tests.searching_test
python -m tests.sorting_test