Tag: data structure
All the articles with the tag "data structure".
-
Trie Tree
·A trie (derived from retrieval) is a multiway tree data structure used for storing strings over an alphabet. It is used to store a large amount of strings. T...
-
Disjoint Set Data Structure
·What is a Disjoint set data structure?