Skip to content

Amortized analysis of insertion and search operations of some containers from the C++ Standard Template Library.

Notifications You must be signed in to change notification settings

alessandrobertani/aapp-amortized-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Amortized Analysis Challenge

The goal of this challenge is to perform an amortized cost analysis on the insertion and search operation of some containers of the C++ STL (Standard Template Library):

  • std::vector
  • std::deque
  • std::set
  • std::unordered_set

Reference

Google Benchmark platform: [https://github.com/google/benchmark]

About

Amortized analysis of insertion and search operations of some containers from the C++ Standard Template Library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published