These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Anaconda distribution of Python
- Python Software Foundation
- Project Jupyter
- matplotlib: Python plotting library
- NumPy
- Pandas
Download and install the Anaconda distribution of Python from the link above. The other packages (Jupyter notebook, Pandas, matplotlib, NumPy) come as part of that distribution.
This project is hosted on GitHub at https://github.com/elizabethdaly/comp-thinking-project.git
The analysis takes the form of a single Jupyter notebook of filename EDalySortingAlg.ipynb The project report is in FinalProject.pdf
A repository on GitHub exists as a remote repository. You can clone this repository to create a local copy on your computer by following these instructions:
- On GitHub, navigate to the main page of the repository https://github.com/elizabethdaly/comp-thinking-project
- Under the repository name, click Clone or download.
- Choose "Clone with HTTPS".
- Open a terminal on your machine. Change the current working directory to the location where you want the cloned directory to be made.
- Type git clone, and then paste the URL you copied in 2 above.
git clone https://github.com/elizabethdaly/comp-thinking-project
- Press enter to clone the repository to your machine.
Alternatively, one can view a static version of the notebook using Jupyter Nbviewer. Enter the GitHub url to view the file. Actually, I realized that I cannot do this with a private repository. I'll leave the instruction here anyway for when I make the repository public after the submission date.
https://github.com/elizabethdaly/comp-thinking-project/blob/master/EDalySortingAlg.ipynb