|
static void | Main (string[] args) |
|
|
readonly int | V |
|
List< List< int > > | adj |
|
◆ Graph()
geeksforgeeks.Graph.Graph |
( |
int |
v | ) |
|
|
private |
◆ AddEdge()
void geeksforgeeks.Graph.AddEdge |
( |
int |
v, |
|
|
int |
w |
|
) |
| |
◆ Main()
static void geeksforgeeks.Graph.Main |
( |
string[] |
args | ) |
|
|
static |
◆ TopologicalSort()
void geeksforgeeks.Graph.TopologicalSort |
( |
| ) |
|
|
private |
◆ TopologicalSortUtil()
void geeksforgeeks.Graph.TopologicalSortUtil |
( |
int |
v, |
|
|
bool[] |
visited, |
|
|
Stack< int > |
stack |
|
) |
| |
|
private |
◆ adj
List<List<int> > geeksforgeeks.Graph.adj |
|
private |
readonly int geeksforgeeks.Graph.V |
|
private |
The documentation for this class was generated from the following file:
- D:/Users/marco/Dokuments/OneDrive/FAU/Informatik/!UFrameIT/FrameIT/MaZiFAU/Assets/Scripts/Utility/Graph.cs