Skip to content

Lets Code

  • Array
  • Bitwise
  • Database
  • Mysql
  • Redis
  • Design
  • Design Pattern
  • Dynamic Programming
  • Graph
  • Hashing
  • Linked List
  • Miscellaneous
    • Interesting Read
    • Math
    • Interview
    • InterviewBit
    • Concept
    • Maths
    • Puzzle
    • Random Problem
    • Random Topics
    • Resources
    • OS
    • Priority Queue
    • TODO
  • Python
  • Basic
  • Queue
  • Quora
  • Recursion
  • Search
  • Sorting
  • Stack
  • String
  • Tree
    • Trie
    • BST
    • Heap

Tag: Trie

Trie – Prefix Tree

May 12, 2017March 29, 2020 A1 Comment

Trie vs HashMap Complexity Comparison - SO - The complexity of creating a trie is O(W*L), where W is the number of words, and L is an average length of the word: you need to perform L lookups on the average for each of the W words in the set. - Same goes for looking… Continue reading Trie – Prefix Tree →

Search

Follow Lets Code on WordPress.com
Blog at WordPress.com.
  • Subscribe Subscribed
    • Lets Code
    • Already have a WordPress.com account? Log in now.
    • Lets Code
    • Subscribe Subscribed
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
Design a site like this with WordPress.com
Get started