Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 → …
- Host: GitHub
- URL: https://github.com/lucas-erkana/reorder-list-codingchallenge
- Owner: Lucas-Erkana
- Created: 2023-11-02T07:05:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T09:25:47.000Z (about 1 year ago)
- Last Synced: 2024-10-12T09:49:16.102Z (about 1 month ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0