Skip to content

Commit 869ad03

Browse files
committed
Add Robots Collision algorithm and tests
1 parent 3ec32d6 commit 869ad03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/thealgorithms/greedyalgorithms/RobotsCollision.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.thealgorithms.others;
1+
package com.thealgorithms.greedyalgorithms;
22

33
import java.util.Stack;
44

0 commit comments

Comments
 (0)