DennieCodes / data-structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures Practice

There are a variety of data structures in these problems that let you build data structures using test-driven development one step at a time so that it's not overwhelming.

To use this repository:

  1. Fork and clone it
  2. Change the working directory in your terminal to the directory that contains the cloned repository
  3. Create and activate a virtual Python environment
  4. Install the requirements from the requirements.txt file

Then, start building data structures!

About


Languages

Language:Python 100.0%