October 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๐
Solutions๐ก
Day 1: All Unique Permutations of an array๐๐โป๏ธ
Day 2: Unique K-Number Sum๐ฏ๐ช๐
Day 3: Possible Words From Phone Digits๐ฑ๐๐ข
Day 4: Expression Add Operators๐ก๐งฎ๐
Day 5: Rat in a Maze๐ญ๐๐
Day 6: The Knight's tour problemโโ๏ธ๐
Day 7: Bottom View of Binary Tree๐ณ๐๐
Day 8: Construct Tree from Preorder & Postorder๐ณ๐ฒ๐
Introduction
This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.
Day 1(01 OCT) : All Unique Permutations of an array
Day 2(02 OCT) : Unique K-Number Sum
Day 3(03 OCT) : Possible Words From Phone Digits
Day 4(04 OCT) : Expression Add Operators
Day 5(05 OCT) : Rat in a Maze
Day 6(06 OCT) : The Knight's tour problem
Day 7(07 OCT) : Bottom View of Binary Tree
Day 8(08 OCT) : Construct Tree from Preorder & Postorder
Last updated