Aditya Gupta
@offx_aadi
β’ I am currently immersing myself in the realm of problem-solving.
β’ I am deeply passionate about competitive programming, that's why I solve DSA problems.
ID: 1790378026024243200
https://www.linkedin.com/in/aditya-gupta-iuj/ 14-05-2024 13:46:20
33 Tweet
1 Followers
26 Following
π #Day142 | #gfg160 with GeeksforGeeks π π° Problem Solved: Find the Number of Islands π¦ Concept: Used DFS/BFS on a grid to count disconnected land clusters ('1'). #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day143 | #gfg160 with GeeksforGeeks π π° Problem Solved: Topological Sort π¦ Concept: Used DFS Algorithm to linearly order vertices of a DAG so that every directed edge u β v #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day144 | #gfg160 with GeeksforGeeks π π° Problem Solved: Directed Graph Cycle π¦ Concept: Used DFS with recursion stack to detect back edges in a directed graph. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π―Milestone Achieved! Just claimed this exclusive T-shirt for completing the #GfG160 Challenge! 100+ days of consistency, countless problems solved, and endless learning momentsπ₯ Grateful to GeeksforGeeks for the inspiration and platform to grow ππ #gfg160 #geekstreak2025
π #Day145 | #gfg160 with GeeksforGeeks π π° Problem Solved: Bridge Edge in a Graph π¦ Concept: Applied DFS with discovery and low times. Track parents and update low values. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day146 | #gfg160 with GeeksforGeeks π π° Problem Solved: Articulation Point β II π¦ Concept: Used Tarjanβs Algorithm with DFS to find articulation points by tracking discovery time and low values. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect
π #Day147 | #gfg160 with GeeksforGeeks π π° Problem Solved: Minimum Cost to Connect All Houses in a City π¦ Concept: Modeled the city houses as graph vertices and roads as weighted edges. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day148 | #gfg160 with GeeksforGeeks π π° Problem Solved: Dijkstraβs Algorithm π¦ Concept: Implemented Dijkstraβs shortest path algorithm using a priority queue. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day149 | #gfg160 with GeeksforGeeks π π° Problem Solved: Flood Fill Algorithm π¦ Concept: Applied DFS/BFS traversal to fill all connected cells of the same color starting from a given pixel. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect
π #Day150 | #gfg160 with GeeksforGeeks π π° Problem Solved: Clone an Undirected Graph π¦ Concept: Used DFS/BFS with a hashmap to map original nodes to their cloned counterparts. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day151 | #gfg160 with GeeksforGeeks π π° Problem Solved: Alien Dictionary π¦ Concept: Built a directed graph from the given dictionary words by comparing adjacent strings. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day152 | #gfg160 with GeeksforGeeks π π° Problem Solved: Bellman-Ford Algorithm π¦ Concept: Relaxed all edges (V-1) times) to compute shortest paths. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day153 | #gfg160 with GeeksforGeeks π π° Problem Solved: FloydβWarshall Algorithm π¦ Concept: Used dynamic programming to compute shortest paths between all pairs of vertices. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day154 | #gfg160 with GeeksforGeeks π π° Problem Solved: Minimum Weight Cycle π¦ Concept: Applied graph algorithms to detect the smallest cycle by checking shortest paths and edges. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day155 | #gfg160 with GeeksforGeeks π π° Problem Solved: Implement Trie π¦ Concept: Designed a tree-like data structure where each node represents a character. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day156 | #gfg160 with GeeksforGeeks π π° Problem Solved: Maximum XOR of Two Numbers in an Array π¦ Concept: Used a Trie-based bitwise approach to maximize XOR. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day157 | #gfg160 with GeeksforGeeks π π° Problem Solved: Find Only Repetitive Element from 1 to n-1 π¦ Concept: Use Floydβs Cycle Detection to detect the duplicate in an array. #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day158 | #gfg160 with GeeksforGeeks π π° Problem Solved: Missing in Array π¦ Concept: Use n*(n+1)/2 β sum(arr) to find the missing element in an array of size n-1 containing num (1->n) #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day159 | #gfg160 with GeeksforGeeks π π° Problem Solved: Unique Number I π¦ Concept: Leveraged the XOR property XOR-ing all elements cancels out duplicates, leaving only the unique no #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode #LetsConnect #LearnInPublic
π #Day160 | #gfg160 with GeeksforGeeks π π° Problem Solved: Unique Number II 160 days strong! A huge milestone β completing the entire #gfg160 journey ππ― Grateful for the learning, growth, and consistency. ππ₯ #gfg160 #geekstreak2025 #DSA #CodingChallenge #160DaysOfCode