Coders Packet

Packets submitted by Anshuman Prakash

Vigenere Cipher Encryption Using C++

Vigenere cipher is a basic poly-alphabetic substitution cipher and it is implemented here using C++.

Caesar Cipher Using C++

Caesar cipher is a basic substitution cipher that uses a key for encryption/decryption and it's implemented here using C++.

Camel Banana Problem Solved Using C++

This is a proper solution and explanation with a C++ code for the famous Camel Banana Puzzle.

Unit Converter & BMI Using C++

This is a c++ program that convert units of lenght, weight, volume, time, force and also can calculate BMI

File Content Details and Word Occurrence Using C++

It is a C++ code that will count the total number of words, lines, and occurrences of a given word in a text file.