mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #1367] [CLOSED] Added new ciphers #1970
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1367
Author: @Thunder-Ultra
Created: 10/30/2023
Status: ❌ Closed
Base:
master← Head:added-new-ciphers📝 Commits (6)
9756e48Created a new file caesar_cipher.c for code of caesar cipher84e7d37Create the starting code for caesar cipher8b760b5Finalised the code!bf04d68Finalised the Code!e4809a1Added Test Cases75fbe30Added Test Cases📊 Changes
2 files changed (+128 additions, -0 deletions)
View changed files
📝
.vscode/settings.json(+3 -0)➕
cipher/caesar_cipher.c(+125 -0)📄 Description
Description of Change
Added Program for Ceasar Cipher along with its own test cases.
References
Nil
Checklist
Notes:
I have created a file named caesar_cipher.c in the folder cipher, which automatically test its validity with the given tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.