Skip to content

jxmai/Online-List-Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academic Group Project (Online algorithm) Fall 2018

Project to compare list update algorithms in paid-exchanges-only model. To learn about list update problem click here.

Instructions on how to run the project

Requirements:

  • matplotlib
  • numpy

Run the following command in the terminal

python3 main.py

Note: takes less than 3 minutes to run.

Coding standards:

  • 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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages