Discrete Mathematics Solver
Discrete Mathematics
Set Union:
Set Intersection:
Set Difference:
Set Complement:
Cartesian Product:
Power Set:
Permutations:
Combinations:
Pigeonhole Principle: If , at least one container holds more than one item.
Graph Theory:
Degree of a Vertex:
Eulerian Path: A path that visits every edge exactly once.
Hamiltonian Path: A path that visits every vertex exactly once.
Tree: A connected acyclic graph.
Spanning Tree: A tree that includes all vertices of a graph.
Minimum Spanning Tree: A spanning tree with the minimum total edge weight.
Dijkstra's Algorithm: Shortest path algorithm.
Floyd-Warshall Algorithm: All-pairs shortest path algorithm.
Kruskal's Algorithm: Minimum spanning tree algorithm.
Prim's Algorithm: Minimum spanning tree algorithm.
No comments:
Post a Comment