# data-structures-and-algorithms **Repository Path**: hanlinzhang1998/data-structures-and-algorithms ## Basic Information - **Project Name**: data-structures-and-algorithms - **Description**: CITS2200 - Data Structures & Alhrotithms at UWA - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-24 - **Last Updated**: 2021-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # data-structures-and-algorithms These java files are solutions to the various data structures and algorithms as practiced for CITS200 (Data Structures & Algorithms) at UWA. ### Sorting Algorithms - insertionSort.java ✅ - mergeSort.java ✅ - quickSort.java ✅ - prims? - kruskal? ### Data Structures - stackBlock.java ✅ - queueBlock.java ✅ - dequeueCyclicBlock.java ### Tree Traversals - nonRecursiveDfs.java