- add(E1, E2) - Method in class it.uniupo.algoTools.MaxHeap
-
Adds an element to the heap
- add(E1, E2) - Method in class it.uniupo.algoTools.MinHeap
-
Adds an element to the heap
- addEdge(int, int, int) - Method in class it.uniupo.graphLib.DirectedGraph
-
- addEdge(int, int) - Method in class it.uniupo.graphLib.Graph
-
- addEdge(int, int, int) - Method in class it.uniupo.graphLib.Graph
-
- addEdge(Edge) - Method in class it.uniupo.graphLib.Graph
-
- addEdge(int, int) - Method in interface it.uniupo.graphLib.GraphInterface
-
Adds to the graph a new edge
- addEdge(int, int, int) - Method in interface it.uniupo.graphLib.GraphInterface
-
Adds to the graph a new edge
- addEdge(Edge) - Method in interface it.uniupo.graphLib.GraphInterface
-
Adds to the graph a new edge
- addEdge(int, int, int) - Method in class it.uniupo.graphLib.UndirectedGraph
-
- addEdge(int, int, int) - Method in class it.uniupo.quizLib.OrderedDigraph
-
- addEdge(int, int, int) - Method in class it.uniupo.quizLib.OrderedUndigraph
-
- addEdge(int, int, int) - Method in class it.uniupo.quizLib.ReverseOrderedDigraph
-
- addEdge(int, int, int) - Method in class it.uniupo.quizLib.ReverseOrderedUndigraph
-
- almostDagGen(int, double, double, int) - Static method in class it.uniupo.quizLib.GraphGen
-
Returns a random simple DAG containing numberOfNodes vertices and a random number of edges,
(number of nodes \leq number of edges \lt 3/2 number of nodes)
Note: it is not uniformly selected at random among all such DAGs.
- angle(Point) - Method in class it.uniupo.drawLib.Point
-
- angleHeadTailPoint(double, double) - Static method in class it.uniupo.drawLib.DrawGraph
-
- appendnlString(String, String) - Static method in class it.uniupo.graphLib.InOut
-
Writes a string to file, appends to an existing file, creates a new file
otherwise prints an error message to StdOut in case of I/O error
- areEqual(int[], int[]) - Static method in class it.uniupo.quizLib.QuizUtils
-
- ARROW_HEAD_LENGTH - Static variable in class it.uniupo.drawLib.DrawGraph
-
- ARROW_WIDTH - Static variable in class it.uniupo.drawLib.DrawGraph
-
- asterisks(int) - Static method in class it.uniupo.graphLib.InOut
-
Generates a string of * of specified length