Coding style
Improve coding style of two short completed algorithms (Monte Carlo Simulations) First and foremost, focus on improving your variable names as this will likely have the biggest positive effect for readability. Next, you should focus on breaking larger pieces of code into smaller functions that serve one specific purpose. These should also have good names […]