fix the link

This commit is contained in:
Jidong Xiao
2023-10-10 15:51:53 -04:00
parent e9b69640af
commit c302a6bf16

View File

@@ -126,7 +126,7 @@ daldruetryrt
## 12.8 Exercise: Complete the implementation
- [Leetcode problem 79: Word Search](https://leetcode.com/problems/word-search/). Solution: [p79_wordsearch.cpp](p79_wordsearch.cpp).
- [Leetcode problem 79: Word Search](https://leetcode.com/problems/word-search/). Solution: [p79_wordsearch.cpp](../../leetcode/p79_wordsearch.cpp).
- [Leetcode problem 212: Word Search II](https://leetcode.com/problems/word-search-ii/). Solution: To be added.
## 12.9 Summary of Nonlinear Word Search Recursion