Reminder: in case of any technical issues, you can use the lightweight website m1.codeforces.com, m2.codeforces.com, m3.codeforces.com. ×

How to avoid being Hacked on Dictionary in Python?

Revision en1, by LightHouse1, 2024-09-01 13:01:34

In C++,we can use std:map which prevents hash collision. What is the way out in python?

Tags python

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English LightHouse1 2024-09-01 13:01:34 137 Initial revision (published)