Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What happens when the key g is pressed #2111

Open
angelotheman opened this issue Apr 26, 2024 · 0 comments
Open

What happens when the key g is pressed #2111

angelotheman opened this issue Apr 26, 2024 · 0 comments

Comments

@angelotheman
Copy link

When key 'g' is pressed, the browser usually tries to auto complete this for you.

This uses a data structure called Tries. Tries works like a trees except that, they try to link various characters together to form a particular word. Now google.com is a very popular website and hence very uncommon that browsers won't try to autocomplete such for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant