Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christinalk/algorithms-seminar
https://github.com/christinalk/algorithms-seminar
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/christinalk/algorithms-seminar
- Owner: ChristinaLK
- Created: 2014-01-14T18:45:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T22:45:17.000Z (over 9 years ago)
- Last Synced: 2023-07-31T23:13:48.031Z (over 1 year ago)
- Language: Python
- Size: 366 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.txt
Awesome Lists containing this project
README
Algorithms Seminar
===============Material from MATH 701, graduate seminar in algorithms at UBC.
Discussion on [Piazza](https://piazza.com/class/hq4le9nt4215t0).
List of assignments:
* asst01: python tutorial in ipython notebook, scripts in shell + python analyzing google analytics spreadsheet
* asst02: merge_sort
* asst04: shell_sort
* asst05: linked list data structure - a node class and linked_list class
* asst06: binary search tree
* asst08: adjacency list, breadth first search, dijkstra, kruskal