Skip to content

Generate the integer partition of number p(n)

License

Notifications You must be signed in to change notification settings

AEnguerrand/th-generate-integer-partition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

th-generate-integer-partition

Build Status CPP

Tsinghua Project - Generate the integer partition of number p(n)

Dependencies

  • C++ 14 Compiler
  • CMake (>= 3.5)

Usage:

./th-generate-integer-partition <number>

Notes

If the number is > 200, variable for results risk an error of overflow or too much usage of memory.

Build and run

Linux or MacOs

git clone https://github.com/AEnguerrand/th-generate-integer-partition.git
cd th-generate-integer-partition
mkdir build
cd build
cmake ..
cmake --build .
./th-generate-integer-partition <number>

About

Generate the integer partition of number p(n)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published