| 2023-12-20 12:50 | Improved sorting algorithm to count occurrences instead of saving each duplicate value. | William Lindholm | 1 | +8 | -8 |
| 2023-12-14 12:35 | Added printFriendsOf function. | William Lindholm | 1 | +28 | -9 |
| 2023-12-10 22:40 | Merge remote-tracking branch 'origin/Empirical-measurements' | a21liltr | 13 | +2057 | -17 |
| 2023-12-10 22:39 | Created 2d graphs for time complexity of problem 1. | William Lindholm | 8 | +70 | -19 |
| 2023-12-10 22:08 | Changed list to queue | VictorAdamson | 1 | +4 | -4 |
| 2023-12-10 21:07 | Removed an unnecessary function. | VictorAdamson | 1 | +0 | -12 |
| 2023-12-10 20:18 | Implemented printShortPath and adversary/friend | VictorAdamson | 2 | +69 | -56 |
| 2023-12-07 21:42 | Generated graphs using matplotlib. | William Lindholm | 5 | +1855 | -0 |
| 2023-12-07 21:30 | Added ability to measure maximum integer size separatley. | William Lindholm | 1 | +20 | -13 |
| 2023-12-07 12:06 | Now times the sorting duration for different array sizes. | William Lindholm | 1 | +14 | -8 |
| 2023-12-06 19:32 | Merge branch 'master' of https://github.com/LindholmLabs/DSA-Assignments | TranLili | 2 | +192 | -69 |
| 2023-12-06 19:31 | Copy of report. | TranLili | 1 | +0 | -0 |
| 2023-12-04 13:46 | Refactoring. | William Lindholm | 1 | +21 | -33 |
| 2023-12-04 13:37 | Implemented full huffman encoder. | William Lindholm | 1 | +61 | -1 |
| 2023-12-04 11:17 | Changed BFS funcion and added beginning for shortest path function | VictorAdamson | 1 | +21 | -3 |
| 2023-12-01 15:00 | Merge branch 'master' of https://github.com/LindholmLabs/DSA-Assignments | a20vicad | 2 | +75 | -135 |
| 2023-12-01 15:00 | Added comments | a20vicad | 1 | +10 | -4 |
| 2023-12-01 14:10 | Refactoring. | William Lindholm | 1 | +68 | -128 |
| 2023-12-01 14:09 | Revert "Refactoring." | William Lindholm | 2 | +87 | -66 |
| 2023-12-01 14:03 | Changed description. | William Lindholm | 1 | +1 | -1 |
| 2023-12-01 13:42 | Refactoring. | William Lindholm | 2 | +66 | -87 |
| 2023-11-30 16:22 | Changed list to queue | a20vicad | 1 | +6 | -6 |
| 2023-11-30 15:39 | Implemented basic BFS | a20vicad | 1 | +29 | -7 |
| 2023-11-30 14:27 | Merge branch 'master' of https://github.com/LindholmLabs/DSA-Assignments | William Lindholm | 1 | +24 | -8 |
| 2023-11-30 14:27 | Implemented functioning huffman structure. | William Lindholm | 1 | +101 | -12 |
| 2023-11-30 13:41 | Merge branch 'master' of https://github.com/LindholmLabs/DSA-Assignments | TranLili | 2 | +210 | -57 |
| 2023-11-30 13:41 | Add inclusion for unorderd map. | TranLili | 1 | +2 | -1 |
| 2023-11-30 13:37 | Implementation using dynamic programming principles. | TranLili | 1 | +21 | -9 |
| 2023-11-29 15:39 | Merge branch 'master' of https://github.com/LindholmLabs/DSA-Assignments | William Lindholm | 2 | +95 | -21 |
| 2023-11-29 15:39 | Created partial implementation of huffman encoding. | William Lindholm | 1 | +139 | -50 |
| 2023-11-29 15:13 | Restructured and added comments | Victor Adamson | 1 | +15 | -11 |
| 2023-11-29 14:38 | Merge branch 'master' of https://github.com/LindholmLabs/DSA-Assignments | Victor Adamson | 2 | +112 | -28 |
| 2023-11-29 14:38 | Added graph ADT | Victor Adamson | 1 | +67 | -7 |
| 2023-11-29 14:18 | Add if statement so the recursive expression ends. | TranLili | 1 | +3 | -0 |
| 2023-11-29 13:50 | Starting problem 4 | TranLili | 1 | +24 | -14 |
| 2023-11-29 13:46 | Implemented huffman tree structure using priority queue. | William Lindholm | 1 | +82 | -3 |
| 2023-11-29 12:58 | Added description. | William Lindholm | 1 | +8 | -13 |
| 2023-11-29 12:22 | Added empirical measurements functionality. | William Lindholm | 1 | +85 | -17 |
| 2023-11-29 12:18 | Revert "Now rebuilt for empirical measurements." | William Lindholm | 1 | +9 | -77 |
| 2023-11-27 16:24 | Now rebuilt for empirical measurements. | William Lindholm | 1 | +77 | -9 |
| 2023-11-27 15:16 | Merge branch 'master' of https://github.com/LindholmLabs/DSA-Assignments | Victor Adamson | 1 | +6 | -4 |
| 2023-11-27 15:14 | Rewrote variable name | Victor Adamson | 1 | +2 | -2 |
| 2023-11-27 15:14 | Implemented Insert sort | Victor Adamson | 1 | +19 | -2 |
| 2023-11-27 14:10 | Merge branch 'master' of https://github.com/LindholmLabs/DSA-Assignments | William Lindholm | 2 | +18 | -14 |
| 2023-11-27 14:10 | Small changes and improvements to variable names and comments. | William Lindholm | 1 | +6 | -4 |
| 2023-11-24 15:22 | Started on insertion sort and social network | Victor Adamson | 2 | +18 | -14 |
| 2023-11-16 15:53 | Small refactoring. | William Lindholm | 1 | +8 | -4 |
| 2023-11-16 15:49 | Now handling duplicate values. | William Lindholm | 1 | +8 | -7 |
| 2023-11-16 13:55 | Updated author | VictorAdamson | 1 | +1 | -1 |
| 2023-11-16 13:51 | Implemented modified version of bucket sort. | William Lindholm | 1 | +46 | -0 |
| 2023-11-16 12:30 | Changed from printf to cout. | William Lindholm | 1 | +9 | -5 |
| 2023-11-13 08:17 | Implemented vectorToString function and added function prototypes. | William Lindholm | 1 | +36 | -11 |
| 2023-11-13 07:55 | Added initial code for bucket sort algorithm. | William Lindholm | 1 | +24 | -11 |
| 2023-11-13 07:37 | Add project files. | William Lindholm | 16 | +840 | -0 |
| 2023-11-13 07:37 | Add .gitattributes, .gitignore, and README.md. | William Lindholm | 3 | +429 | -0 |