Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
✅ Implementing Tarjan's strongly connected components algorithm - C#
C
C#
•
3y ago
•
6 replies
Thinker
✅ Implementing Tarjan's strongly connected components algorithm
So I
'm trying to implement
Tarjan
's strongly connected components algorithm
, an algorithm for generating
strongly connected components
from a graph
. I already have a graph
(a list of nodes
)
, and I
've tried to implement the algo
, but it does not work as intended
. And yes I
'm using a struct to keep track of data associated with the nodes
, sue me
.
https://paste.mod.gg/odfzzxyybahk/0
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
❔ Kadane's Algorithm Help
C
C# / help
3y ago
✅ Algorithm analysis
C
C# / help
3y ago
miniMax algorithm
C
C# / help
4y ago
❔ asp.net strongly typed form
C
C# / help
3y ago