think-cell interview question

Implement the assign() function of an interval_map data structure

Interview Answer

Anonymous

Jan 21, 2024

Boost has this type of structure for some inspiration + there are some examples on Github but they are far from being perfect.

1