i need help creating a buffer system for an OS virtual memory, each node of the list has to be added to the end of the list! and adhere to the most recently used algorithm such that an element after being searched would be moved to the front of the list... it would be great to use double linked list!