TODO find out how to make std::set::find() work with custom sort order, as std::find may only be O(N) and not O(log (N)).
61 KiB
61 KiB
TODO find out how to make std::set::find() work with custom sort order, as std::find may only be O(N) and not O(log (N)).