Skip to content

Project to compare list update algorithms in paid-exchanges-only model.

Notifications You must be signed in to change notification settings

syedhabibcs/Online-List-Update

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Project to compare list update algorithms in paid-exchanges-only model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%