Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/v-kolesnikov/project-euler-cpp

Project Euler on C++
https://github.com/v-kolesnikov/project-euler-cpp

algorithms computer-science cpp project-euler self-education

Last synced: 17 days ago
JSON representation

Project Euler on C++

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/v-kolesnikov/project-euler-cpp.svg?branch=master)](https://travis-ci.org/v-kolesnikov/project-euler-cpp)

# Project Eueler. My notes on C++

Building:

mkdir build && cd build
cmake ../
make