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 - 2487. Remove Nodes From Linked List
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 2487. Remove Nodes From Linked List

July 30, 2023

A detailed explanation and solution to LeetCode problem 2487: Remove Nodes From Linked List. Learn how to solve this linked list problem using recursion.

Leetcode - 203. Remove Linked List Elements
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 203. Remove Linked List Elements

July 29, 2023

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

Leetcode - 24. Swap Nodes in Pairs
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 24. Swap Nodes in Pairs

July 28, 2023

A detailed explanation and solution to LeetCode problem 24: Swap Nodes in Pairs. Learn how to solve this linked list problem using recursion.

Leetcode - 2. Add Two Numbers Image
Akarshan MishraAkarshan Mishra

Recursion

Linked List

Leetcode - 2. Add Two Numbers

July 27, 2023

A detailed explanation and solution to LeetCode problem 2: Add Two Numbers. Learn how to solve this linked list problem using recursion.

Leetcode - 70. Climbing Stairs Image
Akarshan MishraAkarshan Mishra

LC- Easy

Recursion

Leetcode - 70. Climbing Stairs

July 26, 2023

A detailed explanation and solution to LeetCode problem 70: Climbing Stairs. Learn how to solve this problem using recursion and climb your way to the top!

Leetcode - 268. Missing Number Image
Akarshan MishraAkarshan Mishra

LC- Easy

Arrays

Leetcode - 268. Missing Number

July 25, 2023

A detailed explanation and solution to LeetCode problem 268: Missing Number. Learn how to find the missing number in an array using a simple and efficient algorithm!