Ask Question
6 November, 04:10

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

algorithms?

+5
Answers (1)
  1. 6 November, 07:23
    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?
Find an answer to your question ✅ “What are search tries? Why are they more efficient than usualsearching algorithms? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers