Python set is faster than cpp set
Working with cpp std::unordered_set, I noticed running time is much longer than I expected. Comparing it to Python brings those suprising results:
Working with cpp std::unordered_set, I noticed running time is much longer than I expected. Comparing it to Python brings those suprising results: