An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: linked-list-duplicates

sauravhathi/remove-duplicates-from-sorted-list

Given a sorted linked list, remove all duplicates from the linked list. For example, if the given linked list is 11->11->11->21->43->43->60, then the output should be 11->21->43->60.

Language: HTML - Size: 19.5 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0