You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use hash map (I think cpp has something called unordered_map in the standard library that would work) to store error states. Not too concerned about speed, and we can iterate over the map.
The text was updated successfully, but these errors were encountered:
Use hash map (I think cpp has something called unordered_map in the standard library that would work) to store error states. Not too concerned about speed, and we can iterate over the map.
The text was updated successfully, but these errors were encountered: