/data-structures-and-algorithms.py

CS data structures and white board algorithms implemented for @codefellows Python-401

Primary LanguagePythonMIT LicenseMIT

Structure Repository Documentation

Build Status Coverage Status

This is a collection of data structures whiteboard challenge solutions. It can be cloned from https://github.com/grandquista/data-structures-and-algorithms as follows.

git clone https://github.com/grandquista/data-structures-and-algorithms

Data Structure & Algorithms

Implementations for common computer science data structures, and solutions to whiteboard questions in Psuedocode and Python.

Installation

Each linked project in the TOC is designed to be tested in an isolated virtual environment. This can be created as follows.

  • cd <project sub directory>
  • python3 -m venv ENV
  • . ENV/bin/activate

Each project is also designed to support importing as a Python module.

Table of Contents

  1. Data Structures
  2. Algorithms