DISCRETE
MATHEMATICS

// The language of computer science.
Unlike calculus, which is continuous, discrete math deals with distinct, separated values. It is the study of algorithms, logic, and structure.

SYSTEM.INIT()
The Backbone of the
Digital World.

Graph Theory Engine

A Graph is simply a set of objects (Nodes) where some pairs of objects are connected by links (Edges). This simple structure models the entire internet.

Topology Lab

Graph Theory

Vertices (V)3
Edges (E)3
Max Degree2
Click anywhere in the box to create a Vertex.
2
2
2

System Modules

Syntax Library

Set

A collection of distinct objects, considered as an object in its own right.

{1, 2, 3}
Vertex (Node)

The fundamental unit of which graphs are formed.

V
Edge

A connection between two vertices in a graph.

E
Algorithm

A finite sequence of well-defined instructions to solve a class of problems.

f(x)