> For the complete documentation index, see [llms.txt](https://maksimdan.gitbook.io/interview-practice-problems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maksimdan.gitbook.io/interview-practice-problems/coding_practice_questions/linked_lists.md).

# Linked Lists

- [Remove Dups](https://maksimdan.gitbook.io/interview-practice-problems/coding_practice_questions/linked_lists/remove-dups.md)
- [Return Kth to Last](https://maksimdan.gitbook.io/interview-practice-problems/coding_practice_questions/linked_lists/return-kth-to-last.md)
- [Delete Middle Node](https://maksimdan.gitbook.io/interview-practice-problems/coding_practice_questions/linked_lists/delete-middle-node.md)
- [Sum Lists](https://maksimdan.gitbook.io/interview-practice-problems/coding_practice_questions/linked_lists/sum-lists.md)
- [Palindrome](https://maksimdan.gitbook.io/interview-practice-problems/coding_practice_questions/linked_lists/palindrome.md)
- [Intersection](https://maksimdan.gitbook.io/interview-practice-problems/coding_practice_questions/linked_lists/intersection.md)
