readme
This commit is contained in:
parent
66873f0092
commit
d63af0b10b
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# balls and bins
|
||||
|
||||
## dependencies
|
||||
`pkg-config`, `font-config`, a [rust toolchain](https://www.rust-lang.org/tools/install)
|
||||
|
||||
## running
|
||||
`cargo run` will draw all the graphs, this time it's multithreaded so I can't really tell you how fast it'll finish on your machine, but on mine (Ryzen 9 5980HX) it takes about 15 seconds
|
||||
|
||||
`./graphs/1` has the graphs for B_n, U_n, C_n, D_n and C_n - D_n
|
||||
|
||||
`./graphs/2` has graphs that check the growth of the functions above
|
||||
|
||||
the odt and pdf contain a description and conclusions of the results in Polish
|
Loading…
Reference in a new issue