Knapsack Encryption
ALGORITHM:
STEP 1: DEFINE A SUPER-INCREASING SEQUENCE.
The super-increasing sequence is the user's private key.
"""
Function that generates a super-increasing sequence of n values. This n value is provided via user input.
The super-increasing sequenc...
chiragradhakrishna7.hashnode.dev3 min read