Closed sunmisc closed 1 year ago
Replaced lists with a hash table in order to set the complexity of the search algorithm to O (1), while lists had a linear complexity of O (n / 2)
Alas, I made changes only to a small part, what caught my eye
Replaced lists with a hash table in order to set the complexity of the search algorithm to O (1), while lists had a linear complexity of O (n / 2)
Alas, I made changes only to a small part, what caught my eye
Types of changes
Checklist: