Rotate an array element towards left side according to the number of shifts given. The array elements shifts towards left side by number of positions given by user.
This project contributes to one of the major factors of OOP's (reusing code)- The Recursion. Through a code snippet in Java generating L.C.M I have shown the working of recursion.
This project aims at the generation of Calendar of a year without using Calendar class and taking only year as the input implementing the use of 1D and 2D arrays in Java.
One of the most Important PDF to DOC in C++ is to convert PDF documents to other formats without needing underlying structure of the resultant format.
Java Code to rename multiple file from long and different names to short continuous numerical names.
Python program to find the longest sequence of zeros in the binary representation of an integer.
Python program to create a Graphical User Interface based Standard Calculator using Tkinter module.
This is a simple program to purchase books through online mode, where here we have a collection of 25 books of distinct authors in c++ language.
This project will help to detect and extract text from any image. This project is built in Python language using OpenCV.
This project will help to convert any YouTube video format into an audio format using Python programming language. This project uses a Python library known as "PyTube".
This project describes how to generate random sound in c++. With the help of beep function.
We will use a key in which we convert the alphabets to different alphabets from the key which corresponds to that alphabets. This program is written in C++.