My code solution for Andrei Neagoie's online udemy course "Master the Coding Interview: Data Structures + Algorithms"
Stars
515
Forks
356
Watchers
515
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
Update lines 64 and 65 from MyDoublyLinkedList.java to decrease length and replace previous node to null
e971851View on GitHubMerge pull request #1 from calebeds/calebeds-remove-0th-element-length
eb86e5dView on GitHubupdate line 64 to decrease length in case first element is removed
d3196b1View on GitHub