Skip to content

TakashiL/DHT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DHT

Introduction

This project is the implementatino for DHT(Distributed Hash Table), which is a decentralized distributed system that provides a lookup service similar to a hash table. There are (key, value) pairs. Given the key, the value associated can be retrieved efficiently.

Algorithm

  • This project uses Union Find Set algorithm to get result.

Input & Output

  • The input must be DHT.in and the output must be DHTout.out.

Compile and Run

You can use the following script to compile and execute

gcc main.c -o dht
./dht

About

A DHT project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages