Project to compare list update algorithms in paid-exchanges-only model. To learn about list update problem click here.
Requirements:
- matplotlib
- numpy
Run the following command in the terminal
python3 main.py
Note: takes less than 3 minutes to run.
- Short variable names
- Variable name: uses '_' to separate words (output_list)
- Functions name same as variable name
- Class name: camel case (ClassName)
- One line between separate things in a function
- 2 lines between 2 functions!
- All the list update algorithms in algs folder