Sha256: 52e443f36e8fff262f0a622b5dc063e10125771d091f75a5a7dbbabb716447eb

Contents?: true

Size: 495 Bytes

Versions: 11

Compression:

Stored size: 495 Bytes

Contents

# = Heap
#
# Another name for PQueue.
#
# == Copying
#
# Copyright (c) 2005 Thomas Sawyer, George Moschovitis
#
# Ruby License
#
# This module is free software. You may use, modify, and/or redistribute this
# software under the same terms as Ruby.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.

require 'facets/pqueue'

# Heap is PQueue.
Heap = PQueue

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
facets-2.6.0 lib/more/facets/heap.rb
facets-2.4.0 lib/facets/heap.rb
facets-2.4.1 lib/facets/heap.rb
facets-2.4.3 lib/more/facets/heap.rb
facets-2.4.4 lib/more/facets/heap.rb
facets-2.4.2 lib/more/facets/heap.rb
facets-2.4.5 lib/more/facets/heap.rb
facets-2.5.0 lib/more/facets/heap.rb
facets-2.5.1 lib/more/facets/heap.rb
facets-2.5.2 lib/more/facets/heap.rb
mack-facets-0.8.2 lib/gems/facets-2.4.5/lib/more/facets/heap.rb