Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Aug 15, 2024
1 parent 08ba4da commit bf331e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Leetcode/Find_Closest_Number_to_Zero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ The space complexity is O(N) in the worst case, where we might need to store all

## Additional Resources

- [Solution on LeetCode](https://leetcode.com/problems/find-closest-number-to-zero/submissions/1353355243/)
- [Explanation of Solution on LeetCode](https://leetcode.com/discuss/topic/5627456/find-closest-number-to-zero-solution/)
- [Personal submissions detail](https://leetcode.com/submissions/detail/1353355243/)
- [YouTube Explanation](https://www.youtube.com/watch?v=dLlKA5DQKYs)
- [GitHub - Other Leetcode Solutions](https://github.com/gahogg/Leetcode-Solutions/blob/main/Find%20Closest%20Number%20to%20Zero%20-%20Leetcode%202239)

Expand Down

0 comments on commit bf331e5

Please sign in to comment.