Course Content
Data Structure & Algorithms PART I
Data Structure & Algorithms PART I
2. Data Structures Part I
4. Trees Part II
Prefix Tree
Operation | Best Time Complexity | Average Time Complexity | Worst Time Complexity | Memory Complexity |
Search | O(1) | O(n) | O(n) | O(1) |
Insertion | O(n) | O(n) | O(n) | O(n) |
Deletion | O(n) | O(n) | O(n) | O(1) |
Click here to download video subtitles.
Everything was clear?
Thanks for your feedback!
Section 4. Chapter 3