Hi every body,
Suppose that someone created a linked list with say some thousands nodes, and he saved those list as a file.
Assume that my computer is poor of resource, and its memory can not handle such a data. So if I wanted to open that file, read the rest of that list to memory in case to sort its items, how could I do that ?

I vaguely heard of memory paging, but I don't know how to do.
Can everybody please explain what it is and how it works ?
Thanks in advance.