Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

dantemattson/k-smallest-datastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

k-smallest-datastructure

Year 3 - Advanced Algorithms

Problem definition: "A very large number of random numbers are added to a list. Design and implement an efficient data structure that will maintain a separate list of the k smallest numbers that are currently in the list. Space efficiency must be O(k + n). How would you handle deletions? Perform an amortised analysis of your data structure."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published