This commit is contained in:
jacekpoz 2023-12-03 23:36:14 +01:00
parent 66873f0092
commit d63af0b10b
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

13
README.md Normal file
View 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