Nikekumar Profile
Nikekumar

@Mr_Nikekumar

Followers
6
Following
288
Media
154
Statuses
165

Joined August 2022
Don't wanna be here? Send us removal request.
@Mr_Nikekumar
Nikekumar
4 months
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.
0
0
0
@Mr_Nikekumar
Nikekumar
4 months
πŸŽ‰ 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
Tweet media one
1
0
0
@grok
Grok
18 days
Join millions who have switched to Grok.
649
734
5K
@Mr_Nikekumar
Nikekumar
5 months
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
Tweet media one
Tweet media two
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
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
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
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
Tweet media one
Tweet media two
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
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
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
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
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
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
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
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
Tweet media one
Tweet media two
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Day 153: Floyd-Warshall Algorithm πŸŒπŸ“Š. Solved all-pairs shortest path using Floyd-Warshall. Dynamic programming with triple loops and matrix updates β€” clean and efficient!.No edge weight left unturned πŸ˜„.#geekstreak2024 #gfg160 @geeksforgeeks #geekstreak2025
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Day 152: Bellman-Ford Algorithm πŸ”πŸ“‰. Solved shortest path for graphs with negative weights using Bellman-Ford. Handled negative cycles like a pro!.Another powerful algorithm added to the list πŸš€.#geekstreak2024 #gfg160 @geeksforgeeks #geekstreak2025
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Day 151: Alien Dictionary πŸ‘½πŸ“˜. Solved the Alien Dictionary problem using topological sort on characters based on alien language order. Fascinating blend of graph + string logic!.#geekstreak2024 #gfg160 @geeksforgeeks #geekstreak2025
Tweet media one
Tweet media two
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Solved Today's POTD : Clone an Undirected Graph. #geekstreak2025 #gfg160 @geeksforgeeks
Tweet media one
Tweet media two
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Day 150: Accounts Merge πŸ”—. Solved the Accounts Merge problem using Union-Find!.Grouped emails by users and merged common ones. Great practice for disjoint sets and string manipulation. #geekstreak2024 #gfg160 @geeksforgeeks #geekstreak2025
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Day 149: Flood Fill Algorithm (DFS) 🎨. Today I implemented the classic Flood Fill using DFS!.Just like the paint bucket toolβ€”fill connected areas with a new color starting from a given point. #geekstreak2024 #gfg160 @geeksforgeeks #geekstreak2025
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Day 148: Dijkstra's Algorithm 🚦. Shortest paths, fastest routes!.Implemented Dijkstra using a min-heap to efficiently find the shortest path. Graphs can be tricky, but Dijkstra makes the journey smooth. #geekstreak2024 #gfg160 @geeksforgeeks #geekstreak2025
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Day 147: Minimum Cost to Connect All Houses 🏠. Classic MST problem!.Used Kruskal's algorithm with Union-Find to connect all houses at the lowest cost. Feels good to optimize cities, one edge at a time!.#geekstreak2024 #gfg160 @geeksforgeeks #geekstreak2025
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Day 146 : Articulation point- II. #geekstreak2024 #geekstreak2025 #gfg160 @geeksforgeeks
Tweet media one
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
@geeksforgeeks Also I'm already get gfg bag. But unfortunately I lost my 200+ day streak yesterday ☹️. Can i eligible for Tshirt. Also my friend is a new coder he also missed his streak yesterday for gfg tshirt. could him continue. He get the tshirt?? . Waiting for your reply. 😊.
0
0
0
@Mr_Nikekumar
Nikekumar
5 months
Hey @geeksforgeeks,.Could you kindly share the detailed description of the GFG160 challenge and what exactly qualifies for the GFG T-shirt reward?.I’ve been solving one problem daily from either the course problems or the POTD. Would really appreciate a response πŸ™.
1
0
0