Coders Packet

Listing of packets of source code submitted by coders

Rabin Karp String Matching Algorithm Using Java

Rabin Karp string matching algorithm is an algorithm developed using "Java-Programming-Language" used for searching a pattern in a given text/string. 

C++ programe for Tic-Tac-Toe

This is a C++ code for the popular game Tic-Tac-Toe. It is a two-player game. After the game is finished you can choose to start a new game or exit.

Unique words from a file using Python

This Python packet is about finding and printing unique words from a text file using python.

Stack Overflow error query tool using Python 3.0

GUI based error query tool that will check for error in a python file and search for relevant discussions in Stack Overflow.

Implementation of Breadth-First-Search (BFS) algorithm using Java

In this tutorial, we will learn about the Breadth-first-Search algorithm and we will also see the program to implement the Breadth-first-Search algorithm using Java.

Message decoder using Python

This is a basic python code that can be used to decode messages encoded by the Secret Message Encoder.

Creating an object in Java.

An object is created from a class. In Java, the new keyword is used to create new objects. A class acts as a blueprint for the objects.

ATM USING C++ PROGRAMMING

In this packet the functions of ATM has been implemented using C++ programming language.

Book Cricket game implemented in C++

This is a project implementing the Book Cricket game in C++. Book Cricket involves using the random page number of the book to calculate runs scored.

How to print fibonacci series using for loop in Java.

This project is about fibonacci series using for loop in Java which are displayed in following sequence. Fibonacci series=0,1,1,2,3,5,8,13,21,34

Science KBC using C++

Science Quiz using C++. This project is basically developed for the students who are interested in science quiz games and want to test their abilities.

Encryption and decryption in Python 3.0 using AES256-CBC encrypt

A GUI application to encrypt and decrypt files and folders using the pyAesCrypt module in Python 3.0.