diptangsu / Data-Structures

This contains all the programs for data structures that are a part of the syllabus of MAKAUT 2nd year Computer Science and engineering course.
17 stars 33 forks source link

Added TrieNode data structure #5

Closed jMavarez closed 5 years ago

jMavarez commented 5 years ago

Trie is data structure which stores data in such a way that it can be retrieved faster and improve the performance.