CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
141 stars 20 forks source link

Add frequency list class and related tests #44

Closed Shu-AFK closed 4 months ago

Shu-AFK commented 4 months ago

A new frequency_list class has been implemented. Relevant unit tests for the class operations have been added to ensure correct functionality.

spirosmaggioros commented 4 months ago

That's a nice idea Floyd, though a frequency list as a data structure do not exist, i will look it up and come back to you.

Shu-AFK commented 4 months ago

I saw it mentioned on wikipedia