aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
13 daysRevert "tighten code"Jonas Smedegaard
This reverts commit 60a651148e5a6a95996610a28a849d58f51e9355.
13 daystighten codeJonas Smedegaard
13 daysMerge branch 'main' of ↵Jonas Smedegaard
xayide:/home/www-ruc-git/public_websites/source.abcde.../CS2
13 daysadd intellij module metadataIan Valentin Christensen
13 daysinclude current vertex in setJonas Smedegaard
13 daysadd back a bit of debugJonas Smedegaard
13 daysfix function nonOverlapping()Jonas Smedegaard
13 daysintellij stuffIan Valentin Christensen
13 daysrename function isConnected() -> assertConnected()Jonas Smedegaard
14 daysdraft...Jonas Smedegaard
14 daysfix path for target build-% in make snippet java.mkJonas Smedegaard
14 daystidy: wrap long lineJonas Smedegaard
14 daysrefine build documentationJonas Smedegaard
14 daysfix path for target runsrc-% in make snippet java.mkJonas Smedegaard
2025-04-27add/update module-info filesJonas Smedegaard
2025-04-27fix resolve JDK releaseJonas Smedegaard
2025-04-27tidy: list documents at topJonas Smedegaard
2025-04-27tidy makefile: JDK now resolved in snippetJonas Smedegaard
2025-04-27include class EdgeGraph, even if currently unusedJonas Smedegaard
2025-04-27make class Edge publicJonas Smedegaard
2025-04-27fix imports and avoid wildcard importJonas Smedegaard
2025-04-27check javadoc only with JDK 23+ supporting Markdown-flavored javadocJonas Smedegaard
2025-04-27fixup! refine make dependency quirk to improve use with OpenJDK 21Jonas Smedegaard
2025-04-27document build routinesJonas Smedegaard
2025-04-27refine make dependency quirk to improve use with OpenJDK 21Jonas Smedegaard
2025-04-27tidy make snippet for javaJonas Smedegaard
2025-04-27fix duplicate --module-path option in make snippet for javaJonas Smedegaard
2025-04-27add make dependency quirkJonas Smedegaard
2025-04-27simplify: merge subpackage model into main packageJonas Smedegaard
2025-04-27simplify: merge subpackage view into main packageJonas Smedegaard
2025-04-27simplify path structureJonas Smedegaard
2025-04-27add non-default main-finction class view/WindowJonas Smedegaard
2025-04-27extend make snippet for java to cover non-default main-function classJonas Smedegaard
2025-04-27rewrite make snippet for javaJonas Smedegaard
2025-04-26use Maven idiomatic root path src/main/javaJonas Smedegaard
2025-04-26use package domain dk.biksJonas Smedegaard
2025-04-25limit silencing of memory-access warning for recent JDKsJonas Smedegaard
2025-04-25fix make snipet roadmap.mkJonas Smedegaard
2025-04-25use non-variable fontsJonas Smedegaard
2025-04-21refine commentJonas Smedegaard
2025-04-21improve complexity documentationJonas Smedegaard
2025-04-21mark and document function isConnected() as static utility functionJonas Smedegaard
2025-04-21document complexity of function isConnected()Jonas Smedegaard
2025-04-21implement function isConnected()Jonas Smedegaard
2025-04-21use class MatrixGraphJonas Smedegaard
2025-04-21use classes AdjListGraph and GraphJonas Smedegaard
2025-04-21make some classes public, to permit reuseJonas Smedegaard
2025-04-21tidy whitespaceJonas Smedegaard
2025-04-21use function GraphAlgorithms.loadStrings()Jonas Smedegaard
2025-04-20move each auxiliary class to own file, to please javadocJonas Smedegaard