Go icon indicating copy to clipboard operation
Go copied to clipboard

Rail fence cipher new impl

Open Chandrahas77 opened this issue 1 year ago • 3 comments

What would you like to share?

Wan't to add implementation of rail fence cipher which is a classical type of transposition cipher.

Extra issue details

In the rail fence cipher, the plaintext is written downwards diagonally on successive "rails" of an imaginary fence, then moving up when the bottom rail is reached, down again when the top rail is reached, and so on until the whole plaintext is written out. The ciphertext is then read off in rows.

Additional information

Have implemented the above code with clean code and added tests to it. So if you approve this issue please provide me with the write access such that I can push code to feature branch and raise a pull request.

Chandrahas77 avatar Apr 04 '24 06:04 Chandrahas77

No need to open issues for algorithms, just implement and open a pull request and it will be reviewed.

raklaptudirm avatar Apr 06 '24 06:04 raklaptudirm

Hi @raklaptudirm @yanglbme Could you please have a look at this attached PR https://github.com/TheAlgorithms/Go/pull/715 for this issue?

Chandrahas77 avatar Apr 14 '24 04:04 Chandrahas77

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar May 15 '24 00:05 github-actions[bot]

This issue was closed because it has been stalled for 7 days with no activity.

github-actions[bot] avatar May 23 '24 00:05 github-actions[bot]