Note: This is an educational project created for the sole purpose of self learning.
Let's consider a scenario where the data is not located on a single machine but rather stored on multiple machines geo-distributed across the Internet. In such a scenario, searching or retrieval of data is very challenging, as it is hard to determine on which machine the required data is stored. This challenge can be solved by using a Data Structure that can efficiently search for data stored on a single machine. We will be mainly using Hash Tables along with Linked Lists to design an efficient solution for this scenario.
The entire project was developed and coded by the following team of computer science students:
This problem statement was sourced from the semester project given by our university.
University: National University of Computer & Emerging Science
Problem Statement: PDF File