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
Run Instructions
Compile using : g++ -o Node Node.cpp -pthread -lcrypto
Run file: ./Node
Rest of the instructions are provided in the interface, as per a chord system