Home > Industry/Domain > Computer science > Algorithms & data structures

Algorithms & data structures

The optimization of programming methods and organization of information to achieve a desired result more efficiently.

Contributors in Algorithms & data structures

Algorithms & data structures

flow conservation

Computer science; Algorithms & data structures

The property that no vertex, except the source and sink, of a flow network creates or stores flow. More formally, the incoming flow is the same as the outgoing flow, or, the net flow is 0.

skew symmetry

Computer science; Algorithms & data structures

The property that the flow is the same amount, but reversed direction, starting from either vertex of every edge of a flow network. More formally, for an edge e=(v,w), f(v,w) = -f(w,v), where ...

capacity constraint

Computer science; Algorithms & data structures

The property that the flow on every edge of a flow network is no more than the edge's capacity. More formally, for all edges e, f(e) ≤ u(e), where f(e) is the flow on e and u(e) is its capacity.

efficiency

Computer science; Algorithms & data structures

The resources an algorithm used to find an answer. It is usually measured in terms of the theoretical computations, such as comparisons or data moves, the memory used, the number of messages passed, ...

feasible region

Computer science; Algorithms & data structures

The set of all possible solutions of an optimization problem.

alphabet

Computer science; Algorithms & data structures

The set of all possible symbols in an application. For instance, input characters used by a finite state machine, letters making up strings in a language, or symbols in a pattern element. In some ...

connected components

Computer science; Algorithms & data structures

The set of maximally connected components of an undirected graph.

Featured blossaries

20 types of friends every woman has

Category: Entertainment   5 22 Terms

Top 5 Web Browsers

Category: Technology   2 5 Terms