Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Algorithmica (0.11 sec)

  1. src/sort/sort.go

    //    The given algorithms are in-place, number of Swap and Assignments
    //    grow as n log n but the algorithm is not stable.
    //  - "Fast Stable In-Place Sorting with O(n) Data Moves" J.I. Munro and
    //    V. Raman in Algorithmica (1996) 16, 115-160:
    //    This algorithm either needs additional 2n bits or works only if there
    //    are enough different elements available to encode some permutations
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 16:40:32 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/text/unicode/bidi/bracket.go

    	p.resolveBrackets(dirEmbed, s.p.initialTypes)
    }
    
    type bracketPairer struct {
    	sos Class // direction corresponding to start of sequence
    
    	// The following is a restatement of BD 16 using non-algorithmic language.
    	//
    	// A bracket pair is a pair of characters consisting of an opening
    	// paired bracket and a closing paired bracket such that the
    	// Bidi_Paired_Bracket property value of the former equals the latter,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 19:27:51 UTC 2019
    - 11.2K bytes
    - Viewed (0)
Back to top