techqueria / data-structures-and-algorithms

Let's go over data structures and algorithms together. We will use Cracking the Coding Interview as reference
113 stars 94 forks source link

Unittest #48

Closed lhchavez closed 4 years ago

lhchavez commented 4 years ago

This change standardizes all Python files so that they can run using the unittest module.

todo[bot] commented 4 years ago

Rename all directories so that they are valid Python module names,

https://github.com/techqueria/data-structures-and-algorithms/blob/72cc5321e6d9d1d0db7195bb0c7b6edde7bca8e7/test.sh#L5-L7


This comment was generated by todo based on a TODO comment in 72cc5321e6d9d1d0db7195bb0c7b6edde7bca8e7 in #48. cc @lhchavez.