 command
    
    
    
      command
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v0.0.0-...-11ada09
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Feb 23, 2020
  
      
  
    License: MIT
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 1
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 0
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
        
  
    
       README
      ¶
      README
      ¶
    
    
      
        heap 堆 是一种特殊的完全二叉树,所有父节点都比子节点小,叫最小堆或小顶堆;所有父节点比子节点大,叫最大堆或大顶堆
对堆插入一个新元素所需要的时间是 O(logN) N为堆节点个数
构造一个N个节点的堆需要的时间复杂度是: O(NlogN)
堆排序时间复杂度 O(NlogN)
 
      
      
    
   
      
      
        
          
  
    
       Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    
      
        
           
          There is no documentation for this package.
         
      
     
   
        
      
      
        
  
    
       Source Files
      ¶
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.