No description
Find a file
2023-12-08 13:24:10 +01:00
graphs init 2023-12-03 23:31:40 +01:00
src speed up execution from 11 to 5 seconds 2023-12-08 13:24:10 +01:00
.gitignore add raport 2023-12-03 23:54:00 +01:00
Cargo.lock init 2023-12-03 23:31:40 +01:00
Cargo.toml init 2023-12-03 23:31:40 +01:00
raport.odt add raport 2023-12-03 23:54:00 +01:00
raport.pdf add raport 2023-12-03 23:54:00 +01:00
README.md fix raport paths in readme 2023-12-04 00:23:44 +01:00

balls and bins

dependencies

pkg-config, font-config, a rust toolchain

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

./raport.odt and ./raport.pdf contain a description and conclusions of the results in Polish