Community

Oracle Tip: Solving directed graph problems with SQL, part 2

Part one discussed using SQL to solve directed graph problems. Another kind of directed graph is a state machine. In a state machine, each node is called a state and represents the current status of a system, object, or variable. There are vectors between each state that represent a change in state

Read More - Register for Free Membership

Tags: