This is a Python program using which you can encrypt and decrypt a file using the Affine Cipher which will help to secure your confidential data.
Hello Friends, Right now we are going to learn how to write a source code on Ternary Search in C++. Ternary Search Time Complexity is better than Binary Search.
We have to print all possible words that can be formed by pressing those digits of the mobile keyboard using c++.
The code attached below is a C++ code, which is used to reverse a string entered by the user.
This C++ project is used to sort the elements in ascending order by taking input from the user and then displaying output using the bubble sort algorithm.
Digital Clock using C++. This project displays the time i.e. hour, minute, and seconds in a digital way and also displays the total time in seconds.
A python script to get the remaining battery percentage of the laptop using multiple libraries.
This project is performed in C++ and helps students and users to find Fast Exponentiation of a number using the method of Bit Manipulation.
This is a hand game usually played between the two players. I designed this game in the C++ programming language.
Background Subtraction Method is able to subtract or eliminate the background portion inside an image.The programming language I used is python and the technology I worked with is Open CV.
Hello Friends, Today we are going to learn the stack and its implementation in C++ using class.
Data Exploration and Model Training (using 5 Classification Algorithms) is done on Diabetes Dataset using certain libraries of Python like Numpy, Pandas, Seaborn, Sklearn, and Matplotlib.