April 2025 GFG SOLUTION

๐Ÿ“œ Table of Contents ๐Ÿ“œ

For discussions, questions, or doubts related to this solution, please visit my LinkedIn: Any Questions. Thank you for your input, together, we strive to create a space where learning is a collaborative endeavor.

๐Ÿ”ฎYour feedback is valuable! Please consider leaving a ๐ŸŒŸ star ๐ŸŒŸ and sharing your thoughts in the comments.

Introduction

This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.

Day 1(01 APR) : DFS of Graph

Day 2(02 APR) : BFS of graph

Day 3(03 APR) : Rotten Oranges

Day 4(04 APR) : Undirected Graph Cycle

Day 5(05 APR) : Find the number of islands

Day 6(06 APR) : Topological sort

Day 7(07 APR) : Directed Graph Cycle

Day 8(08 APR) : Bridge edge in a graph

Day 9(09 APR) : Articulation Point - II

Day 10(10 APR) : Minimum cost to connect all houses in a city

Day 11(11 APR) : Dijkstra Algorithm

Day 12(12 APR) : Flood fill Algorithm

Day 13(13 APR) : Clone an Undirected Graph

Day 14(14 APR) : Alien Dictionary

Day 15(15 APR) : Bellman-Ford

Day 16(16 APR) : Floyd Warshall

Day 17(17 APR) : Minimum Weight Cycle

Day 18(18 APR) : Implement Trie

Day 19(19 APR) : Maximum XOR of two numbers in an array

Day 20(20 APR) : Find Only Repetitive Element from 1 to n-1

Day 21(21 APR) : Missing in Array

Day 22(22 APR) : Unique Number I

Day 23(23 APR) : Unique Number II

Day 24(24 APR) : Unique Number III

Day 25(25 APR) : Majority Element

Day 26(26 APR) : Is Binary Tree Heap

Day 27(27 APR) : Multiply two strings

Day 28(28 APR) : Maximum sum of Non-adjacent nodes

Day 29(29 APR) : Sort a linked list of 0s, 1s and 2s

Day 30(30 APR) : Find length of Loop

Last updated