Skip to content

Compare various implementations of dynamic order statistics (Computer Engineering - University of Florence) Project

Notifications You must be signed in to change notification settings

ArturoViti/AlgorithmLAB_DynamicOrderStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective

We want to compare various implementations of dynamic order statistics:

  1. With a sorted list
  2. With a BST without the size attribute
  3. As seen in class

Requirements

Write Python programs (not notebooks) that:

  • Implement the requested solutions
  • Run a set of tests that allow us to understand the advantages and disadvantages of the different implementations
  • Carry out and analyze appropriate experiments
  • Write a report (in LaTeX) describing what has been done (as indicated in the instructions on the course Moodle page)
Attention
The list must be implemented using pointer-based linked structures and not Python’s built-in list data structure.

About

Compare various implementations of dynamic order statistics (Computer Engineering - University of Florence) Project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages