Libraries Outside of Standard Library

Revision en2, by kingofpineapples, 2022-08-22 05:23:21

I was looking at the Josephus Problem II in the CSES problem set, and couldn't find a c++ solution that didn't use ordered_set, which is not in the standard library. This made me wonder if I need to learn about other libraries to get good at cp. Any input appreciated.

Also if someone knows how to solve the Josephus Problem II only using the standard library please outline it for me ty

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English kingofpineapples 2022-08-22 05:23:21 6 Tiny change: 'iated.\n\nPS if someon' -> 'iated.\n\nAlso if someon'
en1 English kingofpineapples 2022-08-22 05:22:34 425 Initial revision (published)