Skip to content

Commit 190e5da

Browse files
committed
Update DIRECTORY.md
1 parent e1773e9 commit 190e5da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@
598598
- 📁 **cn**
599599
- 📄 [HammingDistance](src/main/java/com/thealgorithms/others/cn/HammingDistance.java)
600600
- 📁 **physics**
601+
- 📄 [DampedOscillator](src/main/java/com/thealgorithms/physics/DampedOscillator.java)
601602
- 📄 [GroundToGroundProjectileMotion](src/main/java/com/thealgorithms/physics/GroundToGroundProjectileMotion.java)
602603
- 📁 **puzzlesandgames**
603604
- 📄 [Sudoku](src/main/java/com/thealgorithms/puzzlesandgames/Sudoku.java)
@@ -1128,6 +1129,7 @@
11281129
- 📄 [EdmondsKarpTest](src/test/java/com/thealgorithms/graph/EdmondsKarpTest.java)
11291130
- 📄 [EdmondsTest](src/test/java/com/thealgorithms/graph/EdmondsTest.java)
11301131
- 📄 [HopcroftKarpTest](src/test/java/com/thealgorithms/graph/HopcroftKarpTest.java)
1132+
- 📄 [HungarianAlgorithmTest](src/test/java/com/thealgorithms/graph/HungarianAlgorithmTest.java)
11311133
- 📄 [PredecessorConstrainedDfsTest](src/test/java/com/thealgorithms/graph/PredecessorConstrainedDfsTest.java)
11321134
- 📄 [PushRelabelTest](src/test/java/com/thealgorithms/graph/PushRelabelTest.java)
11331135
- 📄 [StronglyConnectedComponentOptimizedTest](src/test/java/com/thealgorithms/graph/StronglyConnectedComponentOptimizedTest.java)
@@ -1328,6 +1330,7 @@
13281330
- 📁 **cn**
13291331
- 📄 [HammingDistanceTest](src/test/java/com/thealgorithms/others/cn/HammingDistanceTest.java)
13301332
- 📁 **physics**
1333+
- 📄 [DampedOscillatorTest](src/test/java/com/thealgorithms/physics/DampedOscillatorTest.java)
13311334
- 📄 [GroundToGroundProjectileMotionTest](src/test/java/com/thealgorithms/physics/GroundToGroundProjectileMotionTest.java)
13321335
- 📁 **puzzlesandgames**
13331336
- 📄 [SudokuTest](src/test/java/com/thealgorithms/puzzlesandgames/SudokuTest.java)

0 commit comments

Comments
 (0)