Tag: data structure
All the articles with the tag "data structure".
-
Trie Tree
·· 2 min readA 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
·· 1 min readWhat is a Disjoint set data structure?