How to Implement Your Own Browser History Functionality
At the heart of your web browser's history functionality lies one of the most important data structures: a linked list.
Web browsers usually use a doubly linked list to implement the browsing history functionality, since it allows them to navigate be...
nimraahmed.hashnode.dev5 min read