OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.56k stars 3.68k forks source link

Vigenere Cypher #418

Open aakash-garg opened 7 years ago

aakash-garg commented 7 years ago

A program to encrypt alphabetical text.

aakash-garg commented 7 years ago

Here's the Pull Request #423 @AdiChat

Jay9596 commented 7 years ago

PR for Go implementation #519

miszkur commented 7 years ago

can I implement it in python? :)

AdiChat commented 7 years ago

Sure @agnieszka-miszkurka Go for it 👍

faisal-zulfiqar commented 7 years ago

Here's the PR #584 Implemented in 'C'. Fixed the Issues.

rishavpandey43 commented 7 years ago

Can I add Caesar & Vigenere Cypher in C ??

AdiChat commented 7 years ago

Sure. Go ahead 👍 Be sure to check existing implementations before making a pull request 👍

rishavpandey43 commented 7 years ago

I would also like to add GAME OF FIFTEEN in C, in Unclassified Section

AdiChat commented 7 years ago

Sure @rishav-pandey Go for it 👍

rishavpandey43 commented 7 years ago

What should be pull request number for GAME OF FIFTEEN ??

AdiChat commented 7 years ago

It gets assigned serially. Just make a pull request anytime 👍

deziev commented 6 years ago

PR for JS implementation #1031