You are viewing a single comment's thread. Return to all comments →
Typescript. "Linked list" is a bit of a stretch.
inputLines.forEach((x, i) => { if (i) { console.log(x); } })
Seems like cookies are disabled on this browser, please enable them to open this website
Insert a Node at the Tail of a Linked List
You are viewing a single comment's thread. Return to all comments →
Typescript. "Linked list" is a bit of a stretch.