aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-05-01set parameter finalJonas Smedegaard
2025-05-01include disjoint shuffle seedJonas Smedegaard
2025-05-01use long[] for solution (not int)Jonas Smedegaard
2025-05-01tighten javadoc descriptionJonas Smedegaard
2025-05-01make methods AbstractGraph() and demo() and function solveManyTimes() privateJonas Smedegaard
2025-05-01rename functions goodSolution() -> solveManyTimes(), solution() -> solve()Jonas Smedegaard
2025-05-01internalize utility function moduleGroups(), i.e. make it a methodJonas Smedegaard
2025-05-01internalize utility function disjoint(), i.e. make it a methodJonas Smedegaard
2025-05-01internalize utility function assertConnected(), i.e. make it a methodJonas Smedegaard
2025-05-01make class Graph a subclass of StorageJonas Smedegaard
2025-05-01have methods in abstract class Storage throw exception (not abstract methods)Jonas Smedegaard
2025-05-01add/update build and zip generation routinesJonas Smedegaard
2025-05-01add intellij metadataIan Valentin Christensen
2025-04-30generalize variable DEMO_VARIABLESJonas Smedegaard
2025-04-30avoid too long linesJonas Smedegaard
2025-04-30add abstract class StorageJonas Smedegaard
2025-04-30refactor constructor in graph to happen in called demo functionIan Valentin Christensen
2025-04-30improve separation of concerns between view and controllerJonas Smedegaard
2025-04-30fix drop legacy class WindowJonas Smedegaard
2025-04-30merge project portfolio2 into bachelorizer, except class myDBJonas Smedegaard
2025-04-30make instantiator for class MyDB publicJonas Smedegaard
2025-04-30add draft class Person and related dummy Database methodsJonas Smedegaard
2025-04-30rename internal variable con -> controlJonas Smedegaard
2025-04-30add origin URI for class MyDBJonas Smedegaard
2025-04-30rename class Control -> ControllerJonas Smedegaard
2025-04-30tighten public/private modifiersJonas Smedegaard
2025-04-30drop redundant public/private modifiersJonas Smedegaard
2025-04-30tidy whitespaceJonas Smedegaard
2025-04-30mark class parameters as finalJonas Smedegaard
2025-04-30drop superfluous importJonas Smedegaard
2025-04-30uppercase SQL commandsJonas Smedegaard
2025-04-30improve separation of concerns between view and controllerJonas Smedegaard
2025-04-30make column object available to callback helper functionsJonas Smedegaard
2025-04-30tie structural section to visual column in model class GUIJonas Smedegaard
2025-04-29fix SQL invert query for subject modules; rename method getAllModules() -> ↵Jonas Smedegaard
getAllSubjects()
2025-04-29add track UI sections in new model class UI via subclass GUI (not as strings ↵Jonas Smedegaard
in class Window)
2025-04-29fix javadoc descriptionJonas Smedegaard
2025-04-29tidy whitespaceJonas Smedegaard
2025-04-29pass selection (not surrounding GUI object) in callback onCategorySelected()Jonas Smedegaard
2025-04-29resolve modules from SQL queryJonas Smedegaard
2025-04-29move hardcoded subject module list to class DatabaseJonas Smedegaard
2025-04-29add javadoc commentJonas Smedegaard
2025-04-29fix javadoc commentJonas Smedegaard
2025-04-29make nice little comments and javadocIan Valentin Christensen
2025-04-29restructure solution functionIan Valentin Christensen
2025-04-29add Ian as copyright holderJonas Smedegaard
2025-04-29add myself as copyright holder; add copyright yearJonas Smedegaard
2025-04-29fix conflictIan Valentin Christensen
2025-04-29wrap long linesJonas Smedegaard
2025-04-29move comment above codeJonas Smedegaard