Sha256: aba56b9894a675dc8323f46c0d2d581cce32a1c09f6d74b6a0f54ed4db44ac7f

Contents?: true

Size: 538 Bytes

Versions: 13

Compression:

Stored size: 538 Bytes

Contents

# TITLE:
#
#   Heap
#
# DESCRIPTION:
#
#   Another name for PQueue.
#
# LICENSE:
#
#   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

13 entries across 13 versions & 1 rubygems

Version Path
facets-2.0.0 lib/more/facets/heap.rb
facets-2.0.1 lib/more/facets/heap.rb
facets-2.0.2 lib/more/facets/heap.rb
facets-2.0.5 lib/more/facets/heap.rb
facets-2.1.0 lib/more/facets/heap.rb
facets-2.1.2 lib/more/facets/heap.rb
facets-2.1.1 lib/more/facets/heap.rb
facets-2.0.3 lib/more/facets/heap.rb
facets-2.0.4 lib/more/facets/heap.rb
facets-2.3.0 lib/class/facets/heap.rb
facets-2.1.3 lib/more/facets/heap.rb
facets-2.2.1 lib/more/facets/heap.rb
facets-2.2.0 lib/more/facets/heap.rb