Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 252 Bytes

lookup_efficiency.md

File metadata and controls

5 lines (3 loc) · 252 Bytes

Lookup efficiency

TODO: ADD MORE

  • an efficient solution requires knowing that membership testing is O(1) in dict and the enum.Enum variants, but is O(N) in list and other sequential types allergies