Ask Question
8 May, 17:58

What are search tries? Why are they more efficient than usualsearching

algorithms?

+2
Answers (1)
  1. 8 May, 20:42
    0
    Trie is a tree based data structure where the keys are strings.

    Search trees are a data structures in Computer Science in which they are based on trees.

    Explanation:

    Search trees are tree based data structures which are used to search elements in the tree as the names suggests (search tree). However, for a tree to perform as search tree the key it has to follow specific conditions. They are, the the key of any node has to be less than the all the keys present in the right sub trees and greater than all the keys present in the left subtree.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What are search tries? Why are they more efficient than usualsearching algorithms? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers