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
Here is a simple solution:
put elements of the input string in a hash map (container map)
compare the contents of that container map with the keys of the header
if exists output the values
The text was updated successfully, but these errors were encountered:
think about rewriting it with hashmaps
Right now we are using regex which is slow
Here is a simple solution:
put elements of the input string in a hash map (container map)
compare the contents of that container map with the keys of the header
if exists output the values
The text was updated successfully, but these errors were encountered: