elements-of-programming-interviews icon indicating copy to clipboard operation
elements-of-programming-interviews copied to clipboard

ListNode 'get' method

Open gardncl opened this issue 7 years ago • 0 comments

Right now the get() method on ListNode starts indexing at 1, but it should maintain Java standards and start at 0.

This will require a large refactor to change all uses of the get method inside of the tests.

gardncl avatar Apr 16 '17 18:04 gardncl