Best Data Structure & Algorithm to implement Cache
Data structures can be used to implement cache:-
1. A Queue which is implemented using doubly Linked List.
2. A Hash table
For more info, refer to below link:
Implementation in C
1. A Queue which is implemented using doubly Linked List.
2. A Hash table
For more info, refer to below link:
Implementation in C
Comments
Post a Comment