
Harsh makwana
@hrsh_makwana
Followers
158
Following
451
Media
223
Statuses
448
๐ CS Student | Aspiring Software & Web Developer ๐ก Learning in public: DSA, coding, and more ๐ Building my skills one line at a time
Joined February 2018
๐ก Tech Twitter, Letโs Connect & Grow!. Do you love:.๐ป DSA & Leetcode.๐ง AI, Web3 & ML.๐ Cybersecurity & Hacking.๐ฑ Web Dev (React, Node, CSS).Drop a ๐ฅ + your niche & letโs build the biggest tech network!.๐ Retweet to connect! ๐.#BuildInPublic #LetsConnect #Coding #DSA #AI.
41
4
54
Some people stay up late to binge. Others stay up late to build what people binge. Itโs lonely, but itโs different. #MidnightBuilder #ComingSoonNotSoon.
0
0
0
Dear @sundarpichai @GoogleAI @googleaidevs โ I tried JSON prompts, plain text promptsโฆ and #AI didnโt care. Output = same. Are we all writing JSON for aesthetic reasons now? ๐.#Gemini #PromptEngineering #AIContent #Veo3 #AIVideos #AIRevolution #FutureTech #GenerativeAI
1
0
1
Power outage in Dudhrej since 2+ hours without any prior notice or reason. This is pathetic service by @PaschimGujVCL .No communication. No resolution. Just negligence. Are we supposed to suffer in silence during this heat and darkness?.#PGVCL #Dudhrej #PowerCut #Gujarat.
0
0
0
literally for me chatgpt free version is better than this. what shit is this ? .@perplexity_ai @AskPerplexity
0
0
0
Day 158 โ Find the Missing Number in Array ๐๐งฎ. From 1 to n, one number vanished like a ghost ๐ป.Your task? Bring it back using Math or XOR tricks!.#geekstreak2024 #gfg160 #DSA #MissingNumber #100DaysOfCode #CodingChallenge
0
0
2
Day 157 โ Find the Only Repetitive Element from 1 to n-1 ๐๐งฉ. Youโve got an array from 1 to n-1. but someone sneaked in a duplicate!.Letโs catch that sneaky number using smart space/time tricks ๐ต๏ธโโ๏ธ๐ก.#geekstreak2024 #gfg160 #DSA #Arrays #CodingChallenge #100DaysOfCode
0
0
0
๐ฏ Completed the #GFG160DaysChallenge by @geeksforgeeks โ 160 days, 160 DSA questions, no breaks! ๐ป๐ฅ.Built strong DSA skills, discipline & confidence. Huge thanks to @sandeep_jain Sir! ๐.Let's Connect on LinkedIn: #DSA #CodeEveryDay #SDEPrep
0
0
0
Day 160 โ Unique Number II ๐โก. What if every number appears thrice except one? ๐ค.Bit manipulation still saves the day โ with a clever trick! ๐ง .#geekstreak2024 #gfg160 #BitMagic #UniqueNumber #100DaysOfCode #DSA
0
0
0
Day 159 โ Find the Unique Number ๐๐ก. Every number appears twiceโฆ except one lone warrior ๐ฅท.Can you use XOR magic to find the true unique?.#geekstreak2024 #gfg160 #DSA #BitManipulation #100DaysOfCode #UniqueNumber
0
0
0
Day 153 โ Floyd Warshall Algorithm ๐๐. Why stop at one pair? This algorithm finds all-pairs shortest paths like a boss ๐ง โจ.Itโs dynamic programming doing graph magic!.#geekstreak2024 #gfg160 #DSA #GraphAlgorithms #FloydWarshall #CodingChallenge
0
0
0
Day 152 โ Bellman-Ford Algorithm ๐ฃ๏ธ๐. Even with negative vibes (weights), Bellman-Ford finds the shortest path like a pro! ๐ง โก Perfect for detecting negative cycles too. #geekstreak2024 #gfg160 #DSA #GraphAlgorithms #BellmanFord #CodingChallenge
0
0
1
Day 151 โ Alien Dictionary ๐ฝ๐. Imagine learning ABCs on Mars ๐ โ today we're cracking the alien language order using graphs and topological sort! ๐. #geekstreak2024 #gfg160 #DSA #GraphAlgorithms #AlienDictionary #CodingChallenge
0
0
5
Day 150 โ Clone an Undirected Graph ๐๐งฌ. Ever wish you could Ctrl+C + Ctrl+V an entire network? ๐.Today weโre cloning graphs like pros โ every node, every connection!.#geekstreak2024 #gfg160 #DSA #GraphAlgorithms #CloneGraph #CodingChallenge
0
0
0
Day 149 โ Flood Fill Algorithm ๐จ๐๏ธ. Turn scattered pixels into perfect paintings! ๐.Flood Fill colors connected areas โ just like the magic bucket tool in MS Paint!.#geekstreak2024 #gfg160 #DSA #GraphAlgorithms #FloodFill #CodingChallenge
0
0
0
Day 148 โ Dijkstraโs Algorithm ๐ฆ๐. Shortest paths, zero detours! ๐ฃ๏ธ.Dijkstra helps you find the fastest route in a weighted graph โ like Google Maps for your code. #geekstreak2024 #gfg160 #DSA #GraphAlgorithms #Dijkstra #CodingChallenge
0
0
2
Day 147 โ Minimum Cost to Connect All Houses in a City ๐๏ธ๐ธ.Imagine building roads with minimum expense but maximum connectivity โ thatโs MST magic!.Todayโs problem uses Primโs or Kruskalโs Algorithm to solve it like a city planner. #geekstreak2024 #gfg160 #DSA #GraphAlgorithms
0
0
0
Day 146 โ Articulation Point in a Graph ๐๐ฅ. Remove one node, and the whole graph trembles. Today, we hunt for that critical Articulation Point โ the Achillesโ heel of connectivity!.#geekstreak2024 #gfg160 #GraphTheory #ArticulationPoint #TarjanAlgorithm #DSA
0
0
2
Day 145 โ Find the Bridge Edge in a Graph ๐โก. One edge. Thatโs all it takes to disconnect a network. Todayโs problem? Spot that bridge edge before the system collapses!.#geekstreak2024 #gfg160 #GraphTheory #BridgeEdge #TarjanAlgorithm #DSA
0
0
3
Day 144 โ Detect Cycle in a Directed Graph ๐๐ฆ. Undirected graphs are chill. Directed ones? Full of backstabbers. Todayโs goal: Catch the cycle in a directed graph before it loops you in!.#geekstreak2024 #gfg160 #GraphAlgorithms #DirectedGraph #DSA #CycleDetection
0
0
0