smallest element

  • 21Boolean algebra (structure) — For an introduction to the subject, see Boolean algebra#Boolean algebras. For the elementary syntax and axiomatics of the subject, see Boolean algebra (logic). For an alternative presentation, see Boolean algebras canonically defined. In abstract …

    Wikipedia

  • 22In-place matrix transposition — In place matrix transposition, also called in situ matrix transposition, is the problem of transposing an N imes M matrix in place in computer memory: ideally with O(1) (bounded) additional storage, or at most with additional storage much less… …

    Wikipedia

  • 23B-tree — In computer science, a B tree is a tree data structure that keeps data sorted and allows searches, insertions, and deletions in logarithmic amortized time. It is most commonly used in databases and filesystems. In B trees, internal (non leaf)… …

    Wikipedia

  • 24Binomial heap — In computer science, a binomial heap is a heap similar to a binary heap but also supporting the operation of merging two heaps quickly. This is achieved by using a special tree structure. It is important as an implementation of the mergeable heap …

    Wikipedia

  • 25Sigma-algebra — In mathematics, a σ algebra (also sigma algebra, σ field, sigma field) is a technical concept for a collection of sets satisfying certain properties. The main use of σ algebras is in the definition of measures; specifically, the collection of… …

    Wikipedia

  • 26Dedekind cut — Dedekind used his cut to construct the irrational, real numbers. In mathematics, a Dedekind cut, named after Richard Dedekind, is a partition of the rationals into two non empty parts A and B, such that all elements of A are less than all… …

    Wikipedia

  • 27Well-order — In mathematics, a well order relation (or well ordering) on a set S is a total order on S with the property that every non empty subset of S has a least element in this ordering.Equivalently, a well ordering is a well founded total order.The set… …

    Wikipedia

  • 28Insertion sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=Not usuallyInsertion sort is a simple sorting algorithm, a comparison sort in which the sorted array (or list) is built one entry at a time …

    Wikipedia

  • 29Subset sum problem — In computer science, the subset sum problem is an important problem in complexity theory and cryptography. The problem is this: given a set of integers, does the sum of some non empty subset equal exactly zero? For example, given the set { −7, −3 …

    Wikipedia

  • 30Inverse semigroup — In mathematics, an inverse semigroup S is a semigroup in which every element x in S has a unique inverse y in S in the sense that x = xyx and y = yxy. Inverse semigroups appear in a range of contexts; for example, they can be employed in the… …

    Wikipedia