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
/
dk
/
biks
/
bachelorizer
/
Graph.java
Age
Commit message (
Expand
)
Author
4 days
accept seed for method solve()
HEAD
main
Jonas Smedegaard
4 days
tidy whitespace
Jonas Smedegaard
4 days
set parameter final
Jonas Smedegaard
4 days
include disjoint shuffle seed
Jonas Smedegaard
5 days
use long[] for solution (not int)
Jonas Smedegaard
5 days
tighten javadoc description
Jonas Smedegaard
5 days
make methods AbstractGraph() and demo() and function solveManyTimes() private
Jonas Smedegaard
5 days
rename functions goodSolution() -> solveManyTimes(), solution() -> solve()
Jonas Smedegaard
5 days
internalize utility function moduleGroups(), i.e. make it a method
Jonas Smedegaard
5 days
internalize utility function disjoint(), i.e. make it a method
Jonas Smedegaard
5 days
internalize utility function assertConnected(), i.e. make it a method
Jonas Smedegaard
5 days
make class Graph a subclass of Storage
Jonas Smedegaard
5 days
generalize variable DEMO_VARIABLES
Jonas Smedegaard
5 days
avoid too long lines
Jonas Smedegaard
5 days
refactor constructor in graph to happen in called demo function
Ian Valentin Christensen
7 days
make nice little comments and javadoc
Ian Valentin Christensen
7 days
restructure solution function
Ian Valentin Christensen
7 days
add Ian as copyright holder
Jonas Smedegaard
7 days
fix conflict
Ian Valentin Christensen
7 days
wrap long lines
Jonas Smedegaard
7 days
move comment above code
Jonas Smedegaard
7 days
add comments and avoid processing same pair of groups twice
Ian Valentin Christensen
7 days
fix brutally embarassing errorsAnd typos
Ian Valentin Christensen
7 days
fix duplicate sets of groups as vertices in moduleGroups
Ian Valentin Christensen
7 days
slight optimization
Jonas Smedegaard
7 days
improve comment
Jonas Smedegaard
7 days
drop obsolete broken code; move comment above replacement code
Jonas Smedegaard
7 days
tidy whitespace
Jonas Smedegaard
7 days
wrap long lines
Jonas Smedegaard
7 days
drop explicitly defined boolean used only once immediately after
Jonas Smedegaard
7 days
move if-block to separate line
Jonas Smedegaard
7 days
move comment above code
Jonas Smedegaard
7 days
fix syntax error
Jonas Smedegaard
7 days
add {}
Ian Valentin Christensen
7 days
fix implementation of disjoint
Ian Valentin Christensen
7 days
Revert "adjust disjoint to always return 11 sets"
Ian Valentin Christensen
7 days
adjust disjoint to always return 11 sets
Ian Valentin Christensen
7 days
tidy whitespace
Jonas Smedegaard
7 days
wrap long lines
Jonas Smedegaard
7 days
drop superfluous import
Jonas Smedegaard
7 days
always use brace in for- and if-construct
Jonas Smedegaard
7 days
tidy whitespace
Jonas Smedegaard
7 days
declare variables final when possible
Jonas Smedegaard
7 days
rename class Combi -> Graph
Jonas Smedegaard