This is a simple number guessing game written in python. The code uses the random module, the OS module, and the math module of python 3.
This project gives the longest possible strictly increasing subsequence of an array which is input by the user using C++ programming language.
This hospital pharmacy bill project in C++ is a console application. This project is about two things – file handling and the use of stream class in the C++ programming language.
This is a simple PYTHON program using the module TKINTER . We can write, save files, edit files with different extensions and you can do many more.
This project which has been built using C++ helps users to make easy flight ticket reservations.
A Python packet involving the use of the cv2 module to detect and decode the scanned QR code and display the coded data in the form of a string.
In this project, we will learn how to recognize and extract text from the given image using Python. We use OpenCV to load the image and pytesseract module to extract text.
This is an examination system making by Java language. In this project, the admin can set your own question and the user can take the exam.
This is a fully scientific calculator based on Java and the swing programming concept.
This project is a C++ library which consists of various functions and features to help and simplify operations performed on a binary tree.
This project contains a Jupyter Notebook where various machine learning algorithms were used to predict gender based on voice data. The programming language used was Python.
This project gives the positions in the string ( input by the user ) at which a pattern string ( input by the user ) is matched, using C++ programming language.