Quicksort

Results: 170



#Item
11Sorting algorithms / Trie / Radix sort / Quicksort / Sorting / String / Lossless compression / Huffman coding / External sorting / Extensible Storage Engine / Binary tree / B-tree

Implementing Sorting in Database Systems GOETZ GRAEFE Microsoft Most commercial database systems do (or should) exploit many sorting techniques that are publicly known, but not readily available in the research literatur

Add to Reading List

Source URL: wwwlgis.informatik.uni-kl.de

Language: English - Date: 2006-11-07 04:12:03
12Functional languages / Sorting algorithms / Pure / MATLAB / Qsort / Quicksort / Subroutine / Fibonacci number / Fib / Dynamic programming / Flow chart language

Exercises for lab 3 of CS2101a Instructor: Marc Moreno Maza, TA: Li Zhang Thursday 25 September

Add to Reading List

Source URL: www.csd.uwo.ca

Language: English - Date: 2014-09-25 23:48:36
13Sorting algorithms / Object-oriented programming languages / Theoretical computer science / Functional languages / Quicksort / Science / Scala / Algorithm / Recursion / Sort / Merge sort / D

Similarity in Computer Programs Concretely, recall the SCO vs. IBM lawsuits from a few years back (see, e.g., Raymond and LandleyAt issue was whether IBM, a licensee of some of SCO!s source Abstract

Add to Reading List

Source URL: philosopher-animal.com

Language: English - Date: 2007-03-02 08:19:53
14

Quicksort - partizione2: il codice int partition2(int a[], int start, int end) {int pivot = a[start], i =start, j = end+1; for (;;) { /* invariante: (a[start+1],…,a[i] < =pivot)&&

Add to Reading List

Source URL: twiki.di.uniroma1.it

- Date: 2007-05-09 08:57:03
    15Analysis of algorithms / Sorting algorithms / Computational complexity theory / Permutations / Quicksort / Science / Selection algorithm / FisherYates shuffle / Algorithm / Time complexity / Sort / Best /  worst and average case

    Sorting and Selection on Dynamic Data∗ Aris Anagnostopoulos† Ravi Kumar‡ Mohammad Mahdian‡

    Add to Reading List

    Source URL: bioinfo.ict.ac.cn

    Language: English - Date: 2014-11-28 11:05:21
    16Sorting algorithms / Merge sort / Quicksort / Insertion sort / Sorting / Bucket sort / Merge algorithm

    Knuth’s 0-1-Principle and Beyond Janis Voigtl¨ ander University of Bonn October 18th, 2010

    Add to Reading List

    Source URL: www.janis-voigtlaender.eu

    Language: English - Date: 2016-08-01 05:50:10
    17Java platform / Cross-platform software / Java / Aspect-oriented programming / Computing platforms / Java virtual machine / Feature model / Quicksort / Dynamic programming language / Spring Framework / AspectJ / Class

    Feature-oriented Runtime Adaptation Mario Pukall Norbert Siegmund Walter Cazzola

    Add to Reading List

    Source URL: wwwiti.cs.uni-magdeburg.de

    Language: English - Date: 2011-02-24 03:57:50
    18Sorting algorithms / Analysis of algorithms / Computational complexity theory / Quicksort / Science / Time complexity / Selection algorithm / Permutation / Algorithm / NP / Samplesort / Merge sort

    Practical Massively Parallel Sorting – Basic Algorithmic Ideas Michael Axtmann, Timo Bingmann, Peter Sanders, and Christian Schulz arXiv:1410.6754v1 [cs.DS] 24 Oct 2014

    Add to Reading List

    Source URL: panthema.net

    Language: English - Date: 2014-10-27 01:32:39
    19Sorting algorithms / Formal methods / Theoretical computer science / Edsger W. Dijkstra / Hoare logic / Static program analysis / Dutch national flag problem / Algorithm / Quicksort / Recursion / Invariant / Loop invariant

    How invariants help writing loops Author: Sander Kooijmans Document version: 1.2 Why this document? Did you ever feel frustrated because of a nasty bug in your code? Did

    Add to Reading List

    Source URL: gogognome.nl

    Language: English - Date: 2016-07-04 14:55:09
    20Sorting algorithms / Order theory / Mathematics / Combinatorics / Merge sort / Selection algorithm / Quicksort / Insertion sort / Algorithm / Cocktail shaker sort / Selection sort / Heapsort

    Algorithm selection by rational metareasoning as a model of human strategy selection Falk Lieder Helen Wills Neuroscience Institute, UC Berkeley

    Add to Reading List

    Source URL: cocosci.berkeley.edu

    Language: English - Date: 2015-05-01 19:34:35
    UPDATE