Search data structure: Difference between revisions

Content deleted Content added
Asymptotic amortized worst-case analysis: Trie: O(m) -> O(n); O(m) is not explained, so I have to assume O(m) is a typo. If not, please add an explanation of O(m).
See also: Add "skip list" since it is closely related to this topic
Line 129:
== See also ==
* [[List of data structures]]
* [[Skip list]]
 
[[Category:Data structures]]