Collection of coding problems solved with short python scripts and some templates for common data structures. The problems/templates mainly come from HackerRank questions and from the Algorithm Design Manual by Steven Skiena.
The timing directory contains some timing scripts to test the relative efficiency of different operations in python.