A collection of projects from ECE 250 - Data Structures and Algorithms.
LinkedList - A program to create polynomials using linked lists
HashMap - A program that implements a hash table data structure
QuadTree - A program that implements a quad-tree which stores informations related to cities based on their latitudes and longitudes
KruskalAlgorithm - A program that implements a Minimum Spanning Tree on a weighted undirected graph using Kruskal’s Algorithm