A Python script that finds the k'th permutation of a list of size n. Values for k and n are inputted by the user. More running documentation can be found within "Assignment 4/Permutations.py"
An analysis of Kruskal and Prim's algorithms. This assignment involved implementing these algorithms, measuring the runtimes of many, many runs (~10,000 runs), and then comparing the results.