Skip to content

Commit ebda587

Browse files
authored
Update README.md
1 parent 66ea6a0 commit ebda587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Chord-Distributed-Hash-Table
22
Implementation of Chord(in C++)A fundamental problem that confronts peer-to-peer applications is the efficient location of the node that stores a desired data item. Chord is a distributed lookup protocol that addresses this problem
3+
<code>
34
Run Instructions
45
Compile using : g++ -o Node Node.cpp -pthread -lcrypto
56
Run file: ./Node
67
Rest of the instructions are provided in the interface, as per a chord system
8+
</code>

0 commit comments

Comments
 (0)