Which data structure is most suitable for forward and backward webpage traversal in web browsers?
Answer is Doubly Linked List. Why? Why can't we use Tree with pointer for it?
Because there is only two operations you can do in a web browser, forward and backward.
What would be the use of an entire tree? You can't choose a branch.