/POSist-Round2

The following repository contains the implementation of the task provided by POSist as a part of their recruitment drive

Primary LanguageJava

POSist-Round2

The following repository contains the implementation of the task provided by POSist as a part of their recruitment drive

TASK: Creation of a dynanmic list of ordered records, where a record is owned by the owner. A record has a data in form of floating point integeral value. Through a scheme of systemtic encryption, data is encrypted by the owner and can be decrypted only by the ownder.

Implementation- The provided task is implemented in JAVA programming language; using the concept of Object Oriented Programming.