Rabin Karp string matching algorithm is an algorithm developed using "Java-Programming-Language" used for searching a pattern in a given text/string.
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.
This Python packet is about finding and printing unique words from a text file using python.
GUI based error query tool that will check for error in a python file and search for relevant discussions in Stack Overflow.
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.
This is a basic python code that can be used to decode messages encoded by the Secret Message Encoder.
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.
In this packet the functions of ATM has been implemented using C++ programming language.
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.
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 Quiz using C++. This project is basically developed for the students who are interested in science quiz games and want to test their abilities.
A GUI application to encrypt and decrypt files and folders using the pyAesCrypt module in Python 3.0.