Skip to content

qiukailu/my-prj-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Brief Intro

This repo contains my c++ code to solve problems on ProjectEuler. My current design is to make a library of tools or utilities. All the actual problems then serve as test cases.

How to build

  • build system is cmake
  • mkdir cmake_build && cd cmake_build && cmake .. && make
  • googletest is needed to build the test cases

Status

Build Status codecov

About

My code to solve problems on Project Euler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published