https://github.com/hexcube/algorithms-lab
Computer algorithms implemented in Python
https://github.com/hexcube/algorithms-lab
academic algorithms algorithms-lab jupyter-notebook lab masters-degree python
Last synced: 7 months ago
JSON representation
Computer algorithms implemented in Python
- Host: GitHub
- URL: https://github.com/hexcube/algorithms-lab
- Owner: HEXcube
- License: gpl-3.0
- Created: 2018-11-16T17:04:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T05:48:54.000Z (about 5 years ago)
- Last Synced: 2025-01-09T16:36:42.810Z (9 months ago)
- Topics: academic, algorithms, algorithms-lab, jupyter-notebook, lab, masters-degree, python
- Language: Jupyter Notebook
- Homepage: https://colab.research.google.com/github/HEXcube/Algorithms-Lab
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Algorithms Lab
Computer algorithms implemented using Python. Part of Cochin University Masters Degree course for 2018 scheme.## How To Setup
On Ubuntu 16.04 LTS or up:sudo apt install python3-pip
pip3 install --user jupyterlab matplotlibjupyter lab
Or [run online on Google Colab](https://colab.research.google.com/github/HEXcube/Algorithms-Lab)