#graph результаты поиска
#Graph is near the lows of the chart and trading in the small blue wedge pattern inside the bigger macro orange wedge pattern. It tagged the bottom of the blue wedge pattern and has now bounced 9% for the day. Anywhere around the lower blue line look a good long entry. I think…


Love designing these…. 🤌🤤 Used @huge_icons for user avatar icon. Short I animate it?? Co. @thepassion_hq Web thepassiondesign.com #productdesign #dashboard #graph #uiuxdesign


Day 138 of #gfg160 🚀 DFS on a connected undirected graph, starting from 0 & following given adjacency order. Trick? Use recursion + visited[] to explore deeply before backtracking. Time: O(V+E) ⚡ #dsa #graph #dfs #java #coding #geekstreak2025
![Engg_Partha's tweet image. Day 138 of #gfg160 🚀
DFS on a connected undirected graph, starting from 0 & following given adjacency order.
Trick? Use recursion + visited[] to explore deeply before backtracking.
Time: O(V+E) ⚡
#dsa #graph #dfs #java #coding #geekstreak2025](https://pbs.twimg.com/media/GyUhchxWoAM8L_R.jpg)
![Engg_Partha's tweet image. Day 138 of #gfg160 🚀
DFS on a connected undirected graph, starting from 0 & following given adjacency order.
Trick? Use recursion + visited[] to explore deeply before backtracking.
Time: O(V+E) ⚡
#dsa #graph #dfs #java #coding #geekstreak2025](https://pbs.twimg.com/media/GyUhckwWwAElGp5.png)
![Engg_Partha's tweet image. Day 138 of #gfg160 🚀
DFS on a connected undirected graph, starting from 0 & following given adjacency order.
Trick? Use recursion + visited[] to explore deeply before backtracking.
Time: O(V+E) ⚡
#dsa #graph #dfs #java #coding #geekstreak2025](https://pbs.twimg.com/media/GyUhcjNWwAIkple.png)
Just store the maximum valued node at each step of traversal of the tree🎄 and count all nodes greater than the previous max. Simple, clean, and classic BFS!💡✨ #coding #trees #graph #leetcode #grind #dsa #problemsolving #cpp

Expressive Pooling for Graph Neural Networks Veronica Lachi, Alice Moallemy-Oureh, Andreas Roth, Pascal Welke tmlr.infinite-conf.org/paper_pages/xG… #graphs #networks #graph

Solved Leetcode 210: Course Schedule II ✅ Used BFS (Kahn’s Algorithm) for topological sorting to find the valid course order or detect a cycle. Great practice on graph traversal, in-degree logic & DAGs! #Leetcode #DSA #Graph #BFS #TopologicalSort

كونك سعودي فخر وإحساس نادر ياخذك لأبعد مدى ممكن تخيّل 🇸🇦🤍 #اليوم_الوطني_السعودي95 #graph #خلف_بن_عبدالله @khalaf_ab0
Knowledge graph for unstructured data! #AI #Intelligence #Graph #Blockchain
100X for $GRT #GRAPH #AI #CRYPTO & #XYO- #XL1 Time for #LOWCAP #ALTS ROTATION TO PUMP SUPERCYCLE #WEB3 NARRATIVE #AI #TRENDING #FOMO #TRADERS #FUTURE #VALUE #cryptocurrency #cryptos #hodl #trend #trending #markets #money #realestate #ETH #ETHBTC #NFLPreseason #Crypto #Ethereum




Massive decline in BTC Dom. next! The Friday-Crash - was what was needed to get us going in the opposite direction. #Altseason

100X for $GRT #GRAPH #AI #CRYPTO & #XYO- #XL1 Time for #LOWCAP #ALTS ROTATION TO PUMP SUPERCYCLE #WEB3 NARRATIVE #AI #TRENDING #FOMO #TRADERS #FUTURE #VALUE #cryptocurrency #cryptos #hodl #trend #trending #markets #money #realestate #ETH #ETHBTC #NFLPreseason #Crypto #Ethereum




3-9 weeks from now, After the final phase of this bull run, When you finally make generational wealth Do not get cocky. Don’t start thinking you’re “special.” Or start to look down on another man. I don’t care if he’s selling juice on the street, Or a bin man on the…
natural logarithm #inverseexponential #graph #snowleopard

Solved Leetcode 210: Course Schedule II ✅ Used BFS (Kahn’s Algorithm) for topological sorting to find the valid course order or detect a cycle. Great practice on graph traversal, in-degree logic & DAGs! #Leetcode #DSA #Graph #BFS #TopologicalSort

Day 138 of #gfg160 🚀 DFS on a connected undirected graph, starting from 0 & following given adjacency order. Trick? Use recursion + visited[] to explore deeply before backtracking. Time: O(V+E) ⚡ #dsa #graph #dfs #java #coding #geekstreak2025
![Engg_Partha's tweet image. Day 138 of #gfg160 🚀
DFS on a connected undirected graph, starting from 0 & following given adjacency order.
Trick? Use recursion + visited[] to explore deeply before backtracking.
Time: O(V+E) ⚡
#dsa #graph #dfs #java #coding #geekstreak2025](https://pbs.twimg.com/media/GyUhchxWoAM8L_R.jpg)
![Engg_Partha's tweet image. Day 138 of #gfg160 🚀
DFS on a connected undirected graph, starting from 0 & following given adjacency order.
Trick? Use recursion + visited[] to explore deeply before backtracking.
Time: O(V+E) ⚡
#dsa #graph #dfs #java #coding #geekstreak2025](https://pbs.twimg.com/media/GyUhckwWwAElGp5.png)
![Engg_Partha's tweet image. Day 138 of #gfg160 🚀
DFS on a connected undirected graph, starting from 0 & following given adjacency order.
Trick? Use recursion + visited[] to explore deeply before backtracking.
Time: O(V+E) ⚡
#dsa #graph #dfs #java #coding #geekstreak2025](https://pbs.twimg.com/media/GyUhcjNWwAIkple.png)
🚨 Breaking: Make 4 apps in a matter of minutes. No code. No setup. Just one prompt → 4 working versions. Visual. Collaborative. Insanely fast. Here’s how I built a game in under 60 seconds using @graphdotplus’s platform👇 #Graph #AI #TechTwitter

Day 108 of #100DaysOfCode 🚀 - BFS in Graph - DFS in Graph - Has Path using DFS Getting to know more about graphs . ✅ @ShradhaKhapra_ @ApnacollegeX @AmanDhattarwal #graph #DSA #Java #LearnInPublic


🔥 Day 145 of my #160gfg #GFG160DayChallenge Problem: Bridge Edge in Graph (isBridge) Approach: Remove the given edge from the graph Time Complexity: O(V + E) #Graph #DFS #BridgeDetection #Connectivity @geeksforgeeks #GFGPractice #gfg160

Something went wrong.
Something went wrong.
United States Trends
- 1. #GalxeID 7,784 posts
- 2. Good Monday 22.9K posts
- 3. Branch 39.3K posts
- 4. Knesset 28.6K posts
- 5. Red Cross 62.9K posts
- 6. #njkopw 16.8K posts
- 7. All 20 51.3K posts
- 8. Chiefs 114K posts
- 9. #MondayMotivation 7,795 posts
- 10. Use GiveRep N/A
- 11. Lions 91.3K posts
- 12. Rod Wave 1,848 posts
- 13. #hostages 3,235 posts
- 14. Eitan Mor 21.4K posts
- 15. Air Force One 63.5K posts
- 16. Mahomes 35.6K posts
- 17. Omri Miran 19.9K posts
- 18. Columbus 41K posts
- 19. #LaGranjaVIP 85.6K posts
- 20. Tom Homan 84.6K posts