Leetcode Top Linked List exercises (Easy)

Pierre-Marie Poitevin
6 min readMay 3, 2024

This is a compilation of linked list exercises, in this post we will only tackle easy exercises to get familiar on how to use linked list and get comfortable using them in Java.

Exercises tackled in this post (Please contact me with suggestions if you want some more added there):

Linked list definition

--

--