Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-erkana/reorder-list-codingchallenge

You are given the head of a singly linked-list. The list can be represented as: L0 → L1 → … → Ln - 1 → Ln.Reorder the list to be on the following form: L0 → Ln → L1 → Ln - 1 → L2 → Ln - 2 → …
https://github.com/lucas-erkana/reorder-list-codingchallenge

Last synced: 5 days ago
JSON representation

You are given the head of a singly linked-list. The list can be represented as: L0 → L1 → … → Ln - 1 → Ln.Reorder the list to be on the following form: L0 → Ln → L1 → Ln - 1 → L2 → Ln - 2 → …

Awesome Lists containing this project