Commit 99d199a
Remove redundant iterative DFS implementations
Remove DepthFirstSearchAdjacencyListIterative and
DepthFirstSearchAdjacencyListIterativeFastStack, keeping only the
recursive variant. Update BUILD and README.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 497ca85 commit 99d199a
File tree
4 files changed
+0
-245
lines changed- src/main/java/com/williamfiset/algorithms/graphtheory
4 files changed
+0
-245
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | 212 | | |
215 | 213 | | |
216 | 214 | | |
| |||
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | 93 | | |
108 | 94 | | |
109 | 95 | | |
| |||
Lines changed: 0 additions & 95 deletions
This file was deleted.
Lines changed: 0 additions & 134 deletions
This file was deleted.
0 commit comments