fix: LeetCode guide link

This commit is contained in:
David Leal 2022-11-17 12:27:30 -06:00 committed by GitHub
parent 136dee84e7
commit ace1c69509
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ You can add new algorithms or data structures that are **not present in the repo
### LeetCode solutions
For LeetCode solutions, please check its [**guide**](https://github.com/TheAlgorithms/C/blob/master/src/leetcode/README.md) to make a proper solution file.
For LeetCode solutions, please check its [**guide**](https://github.com/TheAlgorithms/C/blob/master/leetcode/README.md) to make a proper solution file.
### Making Changes