Update README.md

This commit is contained in:
rcalago 2024-01-19 10:14:37 +08:00 committed by GitHub
parent dc90912c6b
commit 10fc9b0de2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
## Relevant Articles
- [Check if a List Contains a String Element While Ignoring Case](https://www.baeldung.com/java-list-search-case-insensitive)
- [Removing the Last Node in a Linked List](https://www.baeldung.com/java-linked-list-remove-last-element)