summaryrefslogtreecommitdiff
path: root/src/com.example.portfolio3/com/example
AgeCommit message (Collapse)Author
2025-04-29tidy: define variables separatelyJonas Smedegaard
2025-04-29tidy: declare method modifiers ordered according to Java Language ↵Jonas Smedegaard
Specification (JLS)
2025-04-29wrap long linesJonas Smedegaard
2025-04-29tidy whitespaceJonas Smedegaard
2025-04-29set methods final to avoid uncertain subclassingJonas Smedegaard
2025-04-29drop superfluous importJonas Smedegaard
2025-04-29always use brace in for- and if-constructJonas Smedegaard
2025-04-29tidy whitespaceJonas Smedegaard
2025-04-29declare variables final when possibleJonas Smedegaard
2025-04-28make class AbstractGraph publicJonas Smedegaard
2025-04-28make function GraphAlgorithms.sortVertex() publicJonas Smedegaard
2025-04-27make class Edge publicJonas Smedegaard
2025-04-27fix imports and avoid wildcard importJonas Smedegaard
2025-04-27simplify path structureJonas Smedegaard