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 - 138. Copy List with Random Pointer
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 138. Copy List with Random Pointer

August 12, 2023

A detailed explanation and solution to LeetCode problem 138: Copy List with Random Pointer. Learn how to solve this linked list problem using recursion.

Leetcode - 206. Reverse Linked List
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 206. Reverse Linked List

August 10, 2023

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

Leetcode - 2181. Merge Nodes in Between Zeros
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 2181. Merge Nodes in Between Zeros

August 9, 2023

A detailed explanation and solution to LeetCode problem 2181: Merge Nodes in Between Zeros. Learn how to solve this linked list problem using recursion.

Leetcode - 19. Remove Nth Node From End of List
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 19. Remove Nth Node From End of List

August 8, 2023

A detailed explanation and solution to LeetCode problem 19: Remove Nth Node From End of List. Learn how to solve this linked list problem using recursion.

Leetcode - 142. Linked List Cycle II
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 160. Intersection of Two Linked Lists

August 7, 2023

A detailed explanation and solution to LeetCode problem 160: Intersection of Two Linked Lists. Learn how to solve this linked list problem using recursion.

Leetcode - 1290. Convert Binary Number in a Linked List to Integer
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 1290. Convert Binary Number in a Linked List to Integer

August 6, 2023

A detailed explanation and solution to LeetCode problem 1290: Convert Binary Number in a Linked List to Integer. Learn how to solve this linked list problem using recursion.