Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyathali authored Nov 13, 2023
1 parent 4dc6521 commit 5145371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ For students working on the custom search algorithms, they need to implement the

- `dfs_impl_search(word_list)`: Perform Depth-First Search on the given `word_list` to find the word ladder. Return the word ladder and the number of nodes expanded.
- Please check dfs_impl_search.py for more details
-
### Tips for Implementation

- **Useful Structures:** Utilize Python data structures like queues and stacks for BFS and DFS, respectively.
Expand Down

0 comments on commit 5145371

Please sign in to comment.