Each homework contains an abstract class, which define one or more abstract functions to be implemented.
| # | Title | Description |
|---|---|---|
| 1 | ArrayData | int max(): Return maximum value in arrayint min(): Return minimum value in array |
| 2 | ThreeSum | The classical 3SUM problem |
| 3 | IslandCounting | See problem statement inside directory |
| 4 | PCL | See problem statement inside directory |
| 5 | slash | See LeetCode 153 |
| 6 | SortingArray | The classical Sorting problem |
| 7 | LSPath | Finding the diameter of a undirected, unweighted, cyclic graph |
| 8 | MPI | See LeetCode 41 |