in the browsers like chrome and mozilla, when we type “F” it automatically fills the url as “facebook.com”, how it works, what is this concept, I want to learn this, can anyone help me by suggesting some links here
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A more efficient solution is to use a prefix tree (a trie) to store prefixes of words. That’s also how spellcheck systems (such as that found in MS Word, etc) usually work.