Skip to content

GavinFrazar/cs130a-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Gavin Frazar

How to build and run

  • Place the hotels-small datasetin the build/ directory. From terminal cd into build/ and type:
  • cd build
  • make
  • ./main

Part 2 of the project can be found in Part02-Complexity.md

If for whatever reason the Makefile provided does not work and you have CMake installed, you can generate a working Makefile by:

  • cd build
  • cmake ../
  • make
  • ./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published