monster-mj / code_review

code review

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project 1


Files

  • priority_queue.cc, priority_queue.h : Class templatePriorityQueue source code
  • main.cc : Usage for templatePriorityQueue class
  • priority_queue_test.cc : Unittest code for templatePriorityQueue class using GTest library

Install

# cmake CMakeLists.txt
# make
# ./main

About

code review


Languages

Language:C++ 84.8%Language:CMake 15.2%