Skip to content

Latest commit

 

History

History
 
 

07-Priority-Queue-Problems-in-Leetcode

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

如何使用代码

  • Solution2.h 可以直接复制到Leetcode 347问题上 通过验证
  • 新建build文件夹 mkdir build
  • 进入build文件夹 cd build
  • cmake配置 cmake ..
  • make 编译 make
  • 执行代码 ./Priority-Queue-Problems-in-Leetcode