June 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๐
Solutions๐ก
Day 1: Odd Even Problem๐๐
Day 3: Trail of ones๐งฉ๐ข๐ง
Day 4: Binary representation of next number0๏ธโฃ1๏ธโฃ๐ป
Day 5: Swapping pairs make sum equalโ๐ขโ๏ธ
Day 6: Max sum in the configuration๐๐ข๐
Day 7: Maximum occured integer๐๐ขโ
Day 8: Index of an Extra Element๐๐ข๐ฅ๏ธ
Day 9: Convert array into Zig-Zag fashion๐๐โก
Day 10: Nuts and Bolts Problem๐ฅ๐ฉ
Day 11: Maximum Tip Calculator๐๐ข
Day 12: Count numbers containing 4๐ขโ ๐
Day 13: Padovan Sequenceโ๐ฅ๏ธ๐
Day 14: Armstrong Numbers๐ฏ๐ข๐ง
Day 15: Mobile numeric keypad๐ฑ๐
Day 16: Prime Pair with Target Sum๐ข๐๐
Day 17: Check If two Line segments Intersect๐๐๐
Day 18: Number of Rectangles in a Circle๐ต๐ข๐ฆ
Day 20: Integral Points Inside Triangle๐บ๐บ๏ธ
Day 21: Compare two fractions๐โโ๏ธ
Day 23: Print Bracket Number๐ฅ๏ธ๐๐
Day 24: Summed Matrixโ๐ข๐งฎ
Day 25: Left Rotate Matrix K times๐โก๏ธ
Day 26: Coverage of all Zeros in a Binary Matrix๐๐๐ป
Day 27: Toeplitz matrix๐โ๏ธ๐ข
Day 28: The Palindrome Pattern๐งฉ๐ข
Day 29: Identical Linked Lists๐๐
Day 30: Delete node in Doubly Linked List๐๐โ
Introduction
This repository contains solutions to daily problems from GeeksforGeeks. Each day, a new problem is provided along with its solution.
Day 1(01 JUN) : Odd Even Problem
Day 2(02 JUN) : Construct list using given q XOR queries
Day 3(03 JUN) : Trail of ones
Day 4(04 JUN) : Binary representation of next number
Day 5(05 JUN) : Swapping pairs make sum equal
Day 6(06 JUN) : Max sum in the configuration
Day 7(07 JUN) : Maximum occured integer
Day 8(08 JUN) : Index of an Extra Element
Day 9(09 JUN) : Convert array into Zig-Zag fashion
Day 10(10 JUN) : Nuts and Bolts Problem
Day 11(11 JUN) : Maximum Tip Calculator
Day 12(12 JUN) : Count numbers containing 4
Day 13(13 JUN) : Padovan Sequence
Day 14(14 JUN) : Armstrong Numbers
Day 15(15 JUN) : Mobile numeric keypad
Day 16(16 JUN) : Prime Pair with Target Sum
Day 17(17 JUN) : Check If two Line segments Intersect
Day 18(18 JUN) : Number of Rectangles in a Circle
Day 19(19 JUN) : Find maximum volume of a cuboid
Day 20(20 JUN) : Integral Points Inside Triangle
Day 21(21 JUN) : Compare two fractions
Day 22(22 JUN) : Extract the Number from the String
Day 23(23 JUN) : Print Bracket Number
Day 24(24 JUN) : Summed Matrix
Day 25(25 JUN) : Left Rotate Matrix K times
Day 26(26 JUN) : Coverage of all Zeros in a Binary Matrix
Day 27(27 JUN) : Toeplitz matrix
Day 28(28 JUN) : The Palindrome Pattern
Day 29(29 JUN) : Identical Linked Lists
Day 30(30 JUN) : Delete node in Doubly Linked List
Last updated