Skip to content

⚡️ Improving Selecting Nearest Discrete Unoccupied Column #729

@ystade

Description

@ystade

The fix for the bug in #728 is not the most performant one and can be improved by using an ordered std::map and then calling a function like lower_bound to reduce the current linear runtime to logarithmic.

Metadata

Metadata

Assignees

Labels

c++Anything related to C++ codeenhancementAnything related to improvements of the existing library

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions