mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
* feat: add atbash_cipher * [test/fix]: test case expected result * docs: added comments for main and test function * doc: changed brief for test function Co-authored-by: David Leal <halfpacho@gmail.com> * updating DIRECTORY.md * doc: fixed test comment Co-authored-by: David Leal <halfpacho@gmail.com> * [feat/fix]: made test function static Co-authored-by: David Leal <halfpacho@gmail.com> * doc: added author comment Co-authored-by: David Leal <halfpacho@gmail.com> * fix: brace style Co-authored-by: David Leal <halfpacho@gmail.com> * doc: modified file description and added comments for test function * doc: added comment for #include <iostream> Co-authored-by: David Leal <halfpacho@gmail.com> * doc: added description of the algorithm * Update ciphers/atbash_cipher.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update ciphers/atbash_cipher.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update ciphers/atbash_cipher.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * Update ciphers/atbash_cipher.cpp Co-authored-by: David Leal <halfpacho@gmail.com> * fix: Apply suggestions from code review Co-authored-by: David Leal <halfpacho@gmail.com> Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>