binary insertion sort

  • 51Deconstruction — For the approach to post modern architecture, see Deconstructivism; for other uses, see Deconstruction (disambiguation). Deconstruction is a term introduced by French philosopher Jacques Derrida in his 1967 book Of Grammatology. Although he… …

    Wikipedia

  • 52Charles Sanders Peirce —  B …

    Wikipedia

  • 53Communicating sequential processes — In computer science, Communicating Sequential Processes (CSP) is a formal language for describing patterns of interaction in concurrent systems.[1] It is a member of the family of mathematical theories of concurrency known as process algebras, or …

    Wikipedia

  • 54Pointer (computing) — This article is about the programming data type. For the input interface (for example a computer mouse), see Pointing device. Pointer a pointing to the memory address associated with variable b. Note that in this particular diagram, the computing …

    Wikipedia

  • 55Map (C++ container) — The class std::map is a standard C++ container. It is a sorted associative array, which is a data structure which acts like a dynamic one dimensional array that associates values of one type with values of another type (the two types of values… …

    Wikipedia