Skip to content

Linked List

Cenk Canarslan edited this page Nov 13, 2021 · 7 revisions
PROBLEM DESCR. SOLUTION DIFFICULTY RELATED TOPICS ADDITIONAL INFO
LeetCode 206. Reverse Linked List 🟢Easy Linked List Problem Set / Algorithms
LeetCode 237. Delete Node in a Linked List 🟢Easy Linked List Problem Set / Algorithms
CTCI C2Q1 - RemoveDups 🟢Easy Linked List Data Structures / LinkedLists
CTCI C2Q2 - ReturnKthToLast 🟢Easy Linked Lists Data Structures / LinkedLists
CTCI C8Q1 - TripleStep 🟢Easy Dynamic Programming Algorithms / Dynamic Programming