summaryrefslogtreecommitdiff
path: root/src/com.example.portfolio3
AgeCommit message (Collapse)Author
13 daystidy: define variables separatelyJonas Smedegaard
14 daystidy: declare method modifiers ordered according to Java Language ↵Jonas Smedegaard
Specification (JLS)
14 dayswrap long linesJonas Smedegaard
14 daystidy whitespaceJonas Smedegaard
14 daysset methods final to avoid uncertain subclassingJonas Smedegaard
14 daysdrop superfluous importJonas Smedegaard
14 daysalways use brace in for- and if-constructJonas Smedegaard
14 daystidy whitespaceJonas Smedegaard
14 daysdeclare variables final when possibleJonas Smedegaard
14 daysmake class AbstractGraph publicJonas Smedegaard
2025-04-28make function GraphAlgorithms.sortVertex() publicJonas Smedegaard
2025-04-28intellij stuffIan Valentin Christensen
2025-04-27add/update module-info filesJonas Smedegaard
2025-04-27make class Edge publicJonas Smedegaard
2025-04-27fix imports and avoid wildcard importJonas Smedegaard
2025-04-27simplify path structureJonas Smedegaard