index
:
CS2
main
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dk.biks.bachelorizer
Age
Commit message (
Expand
)
Author
2025-05-01
accept seed for method solve()
HEAD
main
Jonas Smedegaard
2025-05-01
tidy whitespace
Jonas Smedegaard
2025-05-01
set parameter final
Jonas Smedegaard
2025-05-01
include disjoint shuffle seed
Jonas Smedegaard
2025-05-01
use long[] for solution (not int)
Jonas Smedegaard
2025-05-01
tighten javadoc description
Jonas Smedegaard
2025-05-01
make methods AbstractGraph() and demo() and function solveManyTimes() private
Jonas Smedegaard
2025-05-01
rename functions goodSolution() -> solveManyTimes(), solution() -> solve()
Jonas Smedegaard
2025-05-01
internalize utility function moduleGroups(), i.e. make it a method
Jonas Smedegaard
2025-05-01
internalize utility function disjoint(), i.e. make it a method
Jonas Smedegaard
2025-05-01
internalize utility function assertConnected(), i.e. make it a method
Jonas Smedegaard
2025-05-01
make class Graph a subclass of Storage
Jonas Smedegaard
2025-05-01
have methods in abstract class Storage throw exception (not abstract methods)
Jonas Smedegaard
2025-05-01
add/update build and zip generation routines
Jonas Smedegaard
2025-05-01
add intellij metadata
Ian Valentin Christensen
2025-04-30
generalize variable DEMO_VARIABLES
Jonas Smedegaard
2025-04-30
avoid too long lines
Jonas Smedegaard
2025-04-30
add abstract class Storage
Jonas Smedegaard
2025-04-30
refactor constructor in graph to happen in called demo function
Ian Valentin Christensen
2025-04-30
improve separation of concerns between view and controller
Jonas Smedegaard
2025-04-30
merge project portfolio2 into bachelorizer, except class myDB
Jonas Smedegaard
2025-04-30
rename class Control -> Controller
Jonas Smedegaard
2025-04-29
make nice little comments and javadoc
Ian Valentin Christensen
2025-04-29
restructure solution function
Ian Valentin Christensen
2025-04-29
add Ian as copyright holder
Jonas Smedegaard
2025-04-29
fix conflict
Ian Valentin Christensen
2025-04-29
wrap long lines
Jonas Smedegaard
2025-04-29
move comment above code
Jonas Smedegaard
2025-04-29
add comments and avoid processing same pair of groups twice
Ian Valentin Christensen
2025-04-29
fix brutally embarassing errorsAnd typos
Ian Valentin Christensen
2025-04-29
fix duplicate sets of groups as vertices in moduleGroups
Ian Valentin Christensen
2025-04-29
slight optimization
Jonas Smedegaard
2025-04-29
improve comment
Jonas Smedegaard
2025-04-29
drop obsolete broken code; move comment above replacement code
Jonas Smedegaard
2025-04-29
tidy whitespace
Jonas Smedegaard
2025-04-29
wrap long lines
Jonas Smedegaard
2025-04-29
drop explicitly defined boolean used only once immediately after
Jonas Smedegaard
2025-04-29
move if-block to separate line
Jonas Smedegaard
2025-04-29
move comment above code
Jonas Smedegaard
2025-04-29
fix syntax error
Jonas Smedegaard
2025-04-29
add {}
Ian Valentin Christensen
2025-04-29
fix implementation of disjoint
Ian Valentin Christensen
2025-04-29
Revert "adjust disjoint to always return 11 sets"
Ian Valentin Christensen
2025-04-29
set variable LABEL_STYLE final
Jonas Smedegaard
2025-04-29
adjust disjoint to always return 11 sets
Ian Valentin Christensen
2025-04-29
tidy whitespace
Jonas Smedegaard
2025-04-29
wrap long lines
Jonas Smedegaard
2025-04-29
set methods final to avoid uncertain subclassing
Jonas Smedegaard
2025-04-29
drop superfluous import
Jonas Smedegaard
2025-04-29
always use brace in for- and if-construct
Jonas Smedegaard
[next]