Skip to content

Commit

Permalink
adding the import
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektripathi66 committed Nov 20, 2024
1 parent 5d19486 commit f3c4737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Algorithms/Breath First Search/BreathFirstSearch.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import java.util.*;

import java.util.Queue;

public class BreathFirstSearch {
// Graph adjacency list
Expand Down

0 comments on commit f3c4737

Please sign in to comment.