Logarithmic data structure inbuilt in python?

how do people who use python in competitive programming solve problems which require logn insertion , update , delete , search … and ceil and floor functionality …

in java there are structures which guarantee logn time … what about python ?

Of course, python has in-built logarithmic data structures.

1 Like

what is it ?

Do you want me to list the data structures?

yes thanks

list, dict, set