🧰 Developer’s toolbox: 🔗 Linked List Data Structure

Vee Lesyk
Dots and Spaces
Published in
1 min readAug 25, 2019
Linked List Data Structure

Wikipedia says:

In computer science, a Linked list is a linear collection of data elements, whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence. In its most basic form, each node contains: data, and a reference (in other words, a link) to the next node in the sequence. This structure allows for efficient insertion or removal of elements from any position in the sequence during iteration

Github repo: link.

Swift

LinkedList.swift

TypeScript

LinkedList.ts
Linked List

P.S. We would be happy to see comments according to mistakes & typos.

--

--

Vee Lesyk
Dots and Spaces

#h+ #livemoredomore Adventurer. Unique experience wizard. Maker of things. Convergence commander. Information warlock. Problem solver. System: ☉; Planet: ♁.