i want to make a reservation system for my DataStructures Project.
THE main requirement is that the complete data file has to be loaded in the memory and then any processing ( entry, deletion, sorting or searching ) has to be performed in the memory ?
where am i going to load the file. cos searching in the file is very easy but i havnt processed the file when it is memory.
secondly i need BST or any other which helps in searching.