Akarshan's | Blog

Every Developers Journey is unique. Here's mine.

Welcome to my blog. Here you can expect to find posts about LeetCode Problems, tech, design, AI and everything in-between.

A detailed explanation and solution to LeetCode problem 21: Merge Two Sorted Lists. Learn how to solve this linked list problem using recursion.

19 Other Post[s]

Leetcode - 142. Linked List Cycle II
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 142. Linked List Cycle II

August 5, 2023

A detailed explanation and solution to LeetCode problem 142: Linked List Cycle II. Learn how to solve this linked list problem using recursion.

Leetcode - 141. Linked List Cycle
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 141. Linked List Cycle

August 4, 2023

A detailed explanation and solution to LeetCode problem 141: Linked List Cycle. Learn how to solve this linked list problem using recursion.

Leetcode - 82. Remove Duplicates from Sorted List II
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 82. Remove Duplicates from Sorted List II

August 3, 2023

A detailed explanation and solution to LeetCode problem 82: Remove Duplicates from Sorted List II. Learn how to solve this linked list problem using recursion.

Leetcode - 83. Remove Duplicates from Sorted List
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 83. Remove Duplicates from Sorted List

August 2, 2023

A detailed explanation and solution to LeetCode problem 83: Remove Duplicates from Sorted List. Learn how to solve this linked list problem using recursion.

Leetcode - 61. Rotate List
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 61. Rotate List

August 1, 2023

A detailed explanation and solution to LeetCode problem 61: Rotate List. Learn how to solve this linked list problem using recursion.

Leetcode - 237. Delete Node in a Linked List
Akarshan MishraAkarshan Mishra

Linked List

Leetcode - 237. Delete Node in a Linked List

July 31, 2023

A detailed explanation and solution to LeetCode problem 237: Delete Node in a Linked List. Learn how to solve this linked list problem.