Jardin de Conocimiento
Search
Search
Dark mode
Light mode
Explorer
Home
❯
LeetCode
❯
06_Linked_List
Folder: LeetCode/06_Linked_List
11 items under this folder.
May 09, 2026
LeetCode 138 — Copy List with Random Pointer
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/medium
patron/linked-list
patron/hash-map
patron/deep-copy
May 09, 2026
LeetCode 141 — Linked List Cycle
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/easy
patron/linked-list
patron/slow-fast
patron/floyd-cycle
May 09, 2026
LeetCode 143 — Reorder List
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/medium
patron/linked-list
patron/slow-fast
patron/reverse
May 09, 2026
LeetCode 146 — LRU Cache
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/medium
patron/linked-list
patron/diseno-clase
patron/hash-map
patron/doubly-linked-list
May 09, 2026
LeetCode 19 — Remove Nth Node From End of List
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/medium
patron/linked-list
patron/two-pointers-offset
patron/dummy-node
May 09, 2026
LeetCode 2 — Add Two Numbers
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/medium
patron/linked-list
patron/dummy-node
patron/carry
May 09, 2026
LeetCode 206 — Reverse Linked List
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/easy
patron/linked-list
patron/punteros
May 09, 2026
LeetCode 21 — Merge Two Sorted Lists
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/easy
patron/linked-list
patron/dummy-node
May 09, 2026
LeetCode 23 — Merge K Sorted Lists
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/hard
patron/linked-list
patron/heap
patron/divide-conquer
May 09, 2026
LeetCode 25 — Reverse Nodes in K-Group
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/hard
patron/linked-list
patron/reverse-segmento
May 09, 2026
LeetCode 287 — Find the Duplicate Number
programacion/leetcode
programacion/algoritmos
programacion/python
leetcode/medium
patron/linked-list
patron/floyd-cycle
patron/sin-modificar-array