Skip to content

This repository contains an educational project aimed to solve a real-world problem involving core concepts of computer science and programming.

Notifications You must be signed in to change notification settings

hammadahmedpk/dsodn-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Storage over Distributed Networks (C++)



Note: This is an educational project created for the sole purpose of self learning.


Introduction

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.


Concept Illustration

Concept Illustration



Development Team

The entire project was developed and coded by the following team of computer science students:


Source

This problem statement was sourced from the semester project given by our university.

University: National University of Computer & Emerging Science
Problem Statement: PDF File

About

This repository contains an educational project aimed to solve a real-world problem involving core concepts of computer science and programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%