October 2024 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 OCT) : Multiply two linked lists

Day 2(02 OCT) : Rotate and delete

Day 3(03 OCT) : Majority Vote

Day 4(04 OCT) : Deletion and Reverse in Circular Linked List

Day 5(05 OCT) : Not a subset sum

Day 6(06 OCT) : Find the number of islands

Day 7(07 OCT) : XOR Linked List

Day 8(08 OCT) : Largest Pair Sum

Day 9(09 OCT) : Linked List Matrix

Day 10(10 OCT) : Max distance between same elements

Day 11(11 OCT) : Reorganize The Array

Day 12(12 OCT) : Two Smallests in Every Subarray

Day 13(13 OCT) : Delete Alternate Nodes

Day 14(14 OCT) : Count Linked List Nodes

Day 15(15 OCT) : Subarray range with given sum

Day 16(16 OCT) : Two Swaps

Day 17(17 OCT) : Split Linked List Alternatingly

Day 18(18 OCT) : Single Number

Day 19(19 OCT) : Nearest multiple of 10

Day 20(20 OCT) : Sort a k sorted doubly linked list

Day 21(21 OCT) : Split the Array

Day 22(22 OCT) : Sub-arrays with equal number of occurences

Day 23(23 OCT) : Find the Sum of Last N nodes of the Linked List

Day 24(24 OCT) : Modify the Array

Day 25(25 OCT) : Alternative Sorting

Day 26(26 OCT) : Occurence of an integer in a Linked List

Day 27(27 OCT) : Triplet Family

Day 28(28 OCT) : Remove duplicates in array

Day 29(29 OCT) : Quick Sort on Linked List

Day 30(30 OCT) : Pairs with difference k

Last updated