Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 281 Bytes

File metadata and controls

5 lines (5 loc) · 281 Bytes

Algorithms

Just a couple of small projects for my algorithms class in spring 2015. Project 1 has an implementation of mergesort. Project 2 is an implementation of quicksort Project 3 is an implementation of union find by size that applies path compression. It goes really fast.