Skip to content

kochsj/python-data-structures-and-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structures-and-Algorithms

TABLE OF CONTENTS

Data Structures

Algorithms

Getting Started - Testing Algorithms

Every one of these modules are focused on using a range of different data structures in order to construct an algorithim to solve specific challenges.

Every module includes testing to ensure that the algorithm used is a sound one.

Running tests is straight forward and involves using pytest.

First, make sure that you have python3 installed:

$ python3 --version
Python 3.7.5

If you do not:

$ brew install python

You need to have the files locally. Click on the green clone or download button and Download ZIP:

Click_to_download

Navigate to your command line:

MacOS: Press command + space to open up the search feature
Search for "terminal" - This is your default command line on MacOS.

In your command line, navigate to this directory:

$ cd ~  ##this is your root directory
$ cd Downloads  ##by default: Downloads is a directory inside of your root; and where your file will be downloaded
$ cd python_data_structures_and_algorithims ##and now you are in this directory

This module is running tests on given data imputs. Install pytest to get started: Installing pytest:

$ pip install -U pytest

Running tests:

$ pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages