summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-28rephrase commentsJonas Smedegaard
2025-04-28add function solution()Jonas Smedegaard
2025-04-28add javadoc for function moduleGroupsIan Valentin Christensen
2025-04-28add function moduleGroupsIan Valentin Christensen
2025-04-28add TODO note; wrap long linesJonas Smedegaard
2025-04-28Revert "tighten code"Jonas Smedegaard
This reverts commit 60a651148e5a6a95996610a28a849d58f51e9355.
2025-04-28tighten codeJonas Smedegaard
2025-04-28Merge branch 'main' of ↵Jonas Smedegaard
xayide:/home/www-ruc-git/public_websites/source.abcde.../CS2
2025-04-28add intellij module metadataIan Valentin Christensen
2025-04-28include current vertex in setJonas Smedegaard
2025-04-28add back a bit of debugJonas Smedegaard
2025-04-28fix function nonOverlapping()Jonas Smedegaard
2025-04-28intellij stuffIan Valentin Christensen
2025-04-28rename function isConnected() -> assertConnected()Jonas Smedegaard
2025-04-28draft...Jonas Smedegaard
2025-04-28fix path for target build-% in make snippet java.mkJonas Smedegaard
2025-04-28tidy: wrap long lineJonas Smedegaard
2025-04-28refine build documentationJonas Smedegaard
2025-04-28fix 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