September 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: Sum of Mode๐ข๐๐ช
Day 2: Swap Kth nodes from ends๐๐๐ฏ
Day 3: Reverse a Doubly Linked List๐๐๐
Day 4: Linked List Group Reverse๐โ๏ธ๐ฉโ๐ป
Day 5: Sort a linked list of 0s, 1s and 2s๐๐ฏ๐
Day 6: Find length of Loop๐โโ๏ธโณ๐งฉ
Day 7: Merge K sorted linked lists๐๐งต๐
Day 8: Merge Sort for Linked List๐๐โณ
Day 9: Assign Mice Holes๐ญ๐ณ๏ธ๐
Introduction
This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.
Day 1(01 SEP) : Sum of Mode
Day 2(02 SEP) : Swap Kth nodes from ends
Day 3(03 SEP) : Reverse a Doubly Linked List
Day 4(04 SEP) : Linked List Group Reverse
Day 5(05 SEP) : Sort a linked list of 0s, 1s and 2s
Day 6(06 SEP) : Find length of Loop
Day 7(07 SEP) : Merge K sorted linked lists
Day 8(08 SEP) : Merge Sort for Linked List
Day 9(09 SEP) : Assign Mice Holes
Last updated