The Wayback Machine - https://web.archive.org/web/20210711080007/https://dev.to/t/linkedlist

DEV Community

loading...

# linkedlist

👋 Sign in for the ability sort posts by top and latest.
LinkedList Questions: Middle Element of Linked List - Naive Approach

LinkedList Questions: Middle Element of Linked List - Naive Approach

3
2 min read
LinkedList Questions: Reverse a Linked List - Recursive version

LinkedList Questions: Reverse a Linked List - Recursive version

2
2 min read
LinkedList Questions: Reverse a Linked List - Iterative version

LinkedList Questions: Reverse a Linked List - Iterative version

6
2 min read
LinkedList Questions: Delete nth node from end in Single Pass

LinkedList Questions: Delete nth node from end in Single Pass

6
3 min read
LinkedList Questions: Delete nth node from end in Two Pass

LinkedList Questions: Delete nth node from end in Two Pass

6
2 min read
LinkedList Questions: Add Two Numbers as Linked List

LinkedList Questions: Add Two Numbers as Linked List

7
2 min read
Linked List vs Array

Linked List vs Array

2
2 min read
Data Structures in TypeScript - Linked List

Data Structures in TypeScript - Linked List

5
3 min read
Estructuras de Datos para Network Engineers 101: Las Linked Lists

Estructuras de Datos para Network Engineers 101: Las Linked Lists

7
9 min read
Singly Linked Lists Implementation in JavaScript and Python

Singly Linked Lists Implementation in JavaScript and Python

18
13 min read
Let's create a Singly Linked List

Let's create a Singly Linked List

6
5 min read
Stacks, Queues, and Linked Lists in JS

Stacks, Queues, and Linked Lists in JS

2
5 min read
Anatomy of a Singly Linked List in JS

Anatomy of a Singly Linked List in JS

2
4 min read
Reverse a Linked List - Leetcode

Reverse a Linked List - Leetcode

9
1 min read
Create Linked List with .reduce

Create Linked List with .reduce

7
1 min read
Simplifying Linked-List interview tasks

Simplifying Linked-List interview tasks

3
2 min read
Golang Linked List | Data Structure

Golang Linked List | Data Structure

5 1
2 min read
Data Structures - Pt 2: Linked Lists

Data Structures - Pt 2: Linked Lists

5
2 min read
Technical Interview Prep: Singly Linked List Cheat Sheet (in JavaScript) Part I

Technical Interview Prep: Singly Linked List Cheat Sheet (in JavaScript) Part I

10
4 min read
An introduction to Linked Lists [Data Structure]

An introduction to Linked Lists [Data Structure]

8
3 min read
Linked List cycle

Linked List cycle

7
2 min read
Floyd's algorithm Aka The Tortoise and the hare

Floyd's algorithm Aka The Tortoise and the hare

3
1 min read
Deleting a node in a Linked list, when you have access to only that node.

Deleting a node in a Linked list, when you have access to only that node.

6
1 min read
Add Two Numbers Problems: How to Sum Two Linked Lists

Add Two Numbers Problems: How to Sum Two Linked Lists

12 3
6 min read
Floyd's Tortoise and Hare Algorithm: Finding a Cycle in a Linked List

Floyd's Tortoise and Hare Algorithm: Finding a Cycle in a Linked List

31 1
4 min read
LeetCode: Odd Even Linked List

LeetCode: Odd Even Linked List

5
2 min read
Finding the Middle of a Linked List

Finding the Middle of a Linked List

13 2
3 min read
Odd Even Linked List - LeetCode

Odd Even Linked List - LeetCode

6
1 min read
Linked list implementation in Swift

Linked list implementation in Swift

3
4 min read
Completed JavaScript Data Structure Course, and Here is What I Learned About Stack/Queue.

Completed JavaScript Data Structure Course, and Here is What I Learned About Stack/Queue.

35 2
5 min read
Data Structures & Algorithms in JavaScript(Single Linked List) Part 1

Data Structures & Algorithms in JavaScript(Single Linked List) Part 1

71 4
4 min read
Data Structures in Go: Linked List

Data Structures in Go: Linked List

39
4 min read
Data Structures & Algorithms in JavaScript(Single Linked List) Part 2

Data Structures & Algorithms in JavaScript(Single Linked List) Part 2

11
3 min read
Insert Before Double Linked List

Insert Before Double Linked List

6
3 min read
Singly and Doubly Linked Lists

Singly and Doubly Linked Lists

18
3 min read
Understanding and Implementing Linked Lists in JavaScript with ES6 - Implementation

Understanding and Implementing Linked Lists in JavaScript with ES6 - Implementation

57 1
4 min read
Computer science in JavaScript: Circular Doubly-linked lists

Computer science in JavaScript: Circular Doubly-linked lists

9 1
10 min read
Computer science in JavaScript: Doubly linked lists

Computer science in JavaScript: Doubly linked lists

10
9 min read
Computer science in JavaScript 2019: Linked list

Computer science in JavaScript 2019: Linked list

23
11 min read
Basic Data Structures - Review

Basic Data Structures - Review

48 1
1 min read
Linked List - Python

Linked List - Python

3
1 min read
Delete Node in a Linked List(in-place)

Delete Node in a Linked List(in-place)

5
1 min read
DS: Singly Linked List in Python

DS: Singly Linked List in Python

7
3 min read
6-10PM challenge problem #004

6-10PM challenge problem #004

2
1 min read
Singly Linked List(Lista Interligada Unica) em JavaScript

Singly Linked List(Lista Interligada Unica) em JavaScript

8
4 min read
LeetCode in Ruby: 206 Reverse Linked List

LeetCode in Ruby: 206 Reverse Linked List

5
1 min read
Finally, a post on singly linked list I understand

Finally, a post on singly linked list I understand

17 5
8 min read
A simple linked list by 9 lines of code

A simple linked list by 9 lines of code

19
1 min read
loading...