about summary refs log tree commit diff stats
path: root/algorithms/java
Commit message (Collapse)AuthorAgeFilesLines
* java/DFS: Don't walk on visited, Add DFS solutions, change colorsAndinus2021-11-031-3/+4
| | | | | It didn't walk on visited grid but printed that as an iteration so it seemed like it did.
* Fix log-level usage in ffmpeg, update mazeAndinus2021-11-031-7/+7
|
* Set ffmpeg verbosityAndinus2021-11-031-9/+9
|
* java/DFS: Fix out of bounds checkAndinus2021-11-031-4/+8
|
* java/DFS: Chose neighbor randomlyAndinus2021-11-031-1/+9
| | | | | This does mean that we might end up taking a longer path but also the inverse!
* java/DFS: Keep variables in smallest scopeAndinus2021-11-031-6/+3
|
* java/DFS: Output in Fornax formatAndinus2021-11-031-44/+47
|
* java/DFS: Make output parseableAndinus2021-11-021-21/+23
|
* java/DFS: Move file to algorithms directory, cleanupAndinus2021-10-161-0/+71
e789e ^
bfadbd4b ^




a3865d86 ^
f898ee7a ^
6e1eeeeb ^
248e789e ^

72f278ae ^
9e5e87ca ^
248e789e ^
9e5e87ca ^
248e789e ^

9e5e87ca ^


248e789e ^
9e5e87ca ^
a3865d86 ^
5170e27c ^
75f2c123 ^

248e789e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103