Computer scienceAlgorithms and Data StructuresAlgorithmsPrinciples and techniquesHashing

String hashing

Usefulness

Report a typo

String hashing allows us to compare two strings really quick, since we simply need to compare the strings' hash values. What is the time complexity of this operation?

Select one option from the list
___

Create a free account to access the full topic