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