#algorithms
Read more stories on Hashnode
Articles with this tag
All you need to know about BackTracking... 路 1. What is backtracking? Backtracking is an algorithmic technique used to systematically explore all...
Leetcode POTD, Difficulty: Easy, 10/07/2023 路 Problem Statement: Given a binary tree, find its minimum depth. The minimum depth is the number of nodes...
POTD : GEEKSFORGEEKS, DIFFICULTY: HARD, 07/07/2023 路 Problem Statement Given two sorted arrays arr1[] and arr2[] of sizes n and m in non-decreasing...
POTD : GEEKSFORGEEKS, 04/07/2023, DIFFICULTY: MEDIUM 路 Introduction: In certain scenarios, we encounter problems that require us to find the number of...
Optimized solution for palindrome Linked List 路 Introduction to Palindrome Linked List: A palindrome is a sequence of characters that reads the same...