November 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.
Day 18: Rotate Array🔄📚🧑💻
Day 28: Implement Atoi⚙️🔑🧑🔬
Introduction
This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.
Day 1(01 NOV) : Swap and Maximize
Day 2(02 NOV) : Kth distance
Day 3(03 NOV) : Is Linked List Length Even?
Day 4(04 NOV) : Find All Triplets with Zero Sum
Day 5(05 NOV) : Rotate by 90 degree
Day 6(06 NOV) : Root to leaf paths sum
Day 7(07 NOV) : Split array in three equal sum subarrays
Day 8(08 NOV) : Minimum repeat to make substring
Day 9(09 NOV) : Minimum sum
Day 10(10 NOV) : Union of Two Sorted Arrays with Distinct Elements
Day 11(11 NOV) : Make array elements unique
Day 12(12 NOV) : Meeting Rooms
Day 13(13 NOV) : Intersection Point in Y Shaped Linked Lists
Day 14(14 NOV) : Nearly sorted
Day 15(15 NOV) : Second Largest
Day 16(16 NOV) : Move All Zeroes to End
Day 17(17 NOV) : Reverse an Array
Day 18(18 NOV) : Rotate Array
Day 19(19 NOV) : Next Permutation
Day 20(20 NOV) : Majority Element II
Day 21(21 NOV) : Stock Buy and Sell – Multiple Transaction Allowed
Day 22(22 NOV) : Stock Buy and Sell – Max one Transaction Allowed
Day 23(23 NOV) : Minimize the Heights I
Day 24(24 NOV) : Kadane's Algorithm
Day 25(25 NOV) : Maximum Product Subarray
Day 26(26 NOV) : Max Circular Subarray Sum
Day 27(27 NOV) : Smallest Positive Missing Number
Day 28(28 NOV) : Implement Atoi
Day 29(29 NOV) : Add Binary Strings
Day 30(30 NOV) : Anagram
Last updated