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

interpolation sort

Computer science; Algorithms & data structures

An efficient 3-pass refinement of a bucket sort algorithm. The first pass counts the number of items for each bucket in an auxiliary array, and then makes a running total so each auxiliary entry is ...

Bresenham's algorithm

Computer science; Algorithms & data structures

An efficient algorithm to render a line with pixels. The long dimension is incremented for each pixel, and the fractional slope is accumulated.

Bellman-Ford algorithm

Computer science; Algorithms & data structures

An efficient algorithm to solve the single-source shortest-path problem. Weights may be negative. The algorithm initializes the distance to the source vertex to 0 and all other vertices to ∞. It then ...

Ford-Bellman

Computer science; Algorithms & data structures

An efficient algorithm to solve the single-source shortest-path problem. Weights may be negative. The algorithm initializes the distance to the source vertex to 0 and all other vertices to ∞. It then ...

hash heap

Computer science; Algorithms & data structures

An efficient implementation of a priority queue. The linear hash function monotonically maps keys to buckets, and each bucket is a heap.

depth

Computer science; Algorithms & data structures

Of a node, the distance from the node to the root of the tree. Formal Definition: The depth of the root is 0. The depth of a node is one plus the depth of its parent.

parent

Computer science; Algorithms & data structures

Of a node: the tree node conceptually above or closer to the root than the node and which has a link to the node.

Featured blossaries

Social Psychology PSY240 Exam 1

Category: Science   1 5 Terms

Unusual Sports

Category: Sports   2 3 Terms