I visited KFC (Kandanchavadi) today regarding my previous complaint.
While the items provided were not exactly the same as my original order, I appreciate the team for addressing the issue promptly and resolving it on priority.
Thank you @KFC_India@kfc for the quick response βΊοΈ.
Consistency has been the key, and the support from the community has been invaluable. Here's to the milestones achieved and the ones yet to come!β Thank you @geeksforgeeks For this wonderful opportunity and rewards
π Day 300: Triple Century Unlocked! π
Today marks 300 consecutive days of coding, learning, and growingβone problem at a time. From subarrays to graphs, from recursion to bit manipulation, this journey has been both challenging and rewarding.β
#geekstreak2025#gfg160
Day 160: Unique Number II β‘
Used bitwise counting to find the two non-repeating numbers in an array where every other number repeats twice. XOR magic never fails!
#geekstreak2024#gfg160@geeksforgeeks#geekstreak2025
Day 159: Unique Number I π
Solved the problem using XOR β all duplicate numbers cancel out, leaving the unique one. Simple yet powerful bit manipulation trick!
#geekstreak2024#gfg160@geeksforgeeks#geekstreak2025
Day 158: Find Missing Number in Array using Bit Manipulation β‘
Used XOR to find the missing number in O(n) time and O(1) space.
Clean, fast, and smart β bit manipulation for the win!
#geekstreak2024#gfg160@geeksforgeeks#geekstreak2025
Day 157: Find Only Repetitive Element from 1 to n-1 π§
Solved it using XOR trick β elegant bit manipulation solution!
Loved how simple logic beats extra space or sorting.
#geekstreak2024#gfg160@geeksforgeeks#geekstreak2025
Day 156: Maximum XOR of Two Numbers in an Array β‘
Used Trie to store binary representations and efficiently find max XOR pairs.
A great mix of bit manipulation + Trie magic!
#geekstreak2024#gfg160@geeksforgeeks#geekstreak2025
Day 155: Implement Trie π€π²
Built a Trie from scratch for efficient word storage and search.
Super useful for prefix-based problems like autocomplete or dictionary checks!
One step closer to mastering strings.
#geekstreak2024#gfg160@geeksforgeeks#geekstreak2025
Day 154: Minimum Weight Cycle ππ
Tackled the tricky problem of finding the minimum weight cycle in a graph!
Combined Floyd-Warshall with edge checks to catch the lightest loop.
Graph theory magic β¨
#geekstreak2024#gfg160@geeksforgeeks#geekstreak2025