Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christinalk/algorithms-seminar


https://github.com/christinalk/algorithms-seminar

Last synced: 16 days ago
JSON representation

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