Commit Graph

5 Commits

Author SHA1 Message Date
João Pedro Raskopf
9641940fd7
Add rail fence cipher (#516)
* Add rail fence cipher encoder & decoder

* Add functions to encode & decode strings using the rail fence cipher method
* Add unit tests covering empty strings, pair & odd number of characters in the input string, n=3 & n=4
* Add a README.md for the algorithm
* Update root README.md to link to the new algorithm

* Rename the CI workflow file.

Co-authored-by: Oleksii Trekhleb <trehleb@gmail.com>
2020-12-20 18:40:22 +01:00
Oleksii Trekhleb
39a5fa5758 Update the main branch for GitHub actions. 2020-12-15 07:57:35 +01:00
Oleksii Trekhleb
4094242515 Add GitHub workflow. 2020-12-15 07:54:58 +01:00
Oleksii Trekhleb
af09d4b761
Update FUNDING.yml 2020-07-08 07:54:13 +02:00
Oleksii Trekhleb
503a76d0ae
Create FUNDING.yml 2020-07-06 22:39:50 +02:00