Coders Packet

Listing of packets of source code submitted by coders

Breadth First Search in C++

We traverse the graph by Breadth First Search , find neighbours of each node and shortest distance of a node from its root node

Min-min, min-max, max-min, max-max menu driven scheduling algorithm using c++

Menu driven source code to select between four different scheduling i.e min-min,min-max,max-min and max-max algorithms to know which task will be allocated to which machine in much efficient way.

Rotating an array leftward in C++

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.

L.C.M. of two numbers using division method without H.C.F demonstrating recursion in Java

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.

Program in Java to print the Calendar with year as input (without Calendar class)

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.

PDF to Doc in C++

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.

Rename multiple files in Java

Java Code to rename multiple file from long and different names to short continuous numerical names.

Binary Gap in Python

Python program to find the longest sequence of zeros in the binary representation of an integer.

GUI based Standard Calculator using Python

Python program to create a Graphical User Interface based Standard Calculator using Tkinter module.

Online Book PURCHASING IN C++

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.

Text Detection and Extraction in Python using OpenCV

This project will help to detect and extract text from any image. This project is built in Python language using OpenCV.

YouTube Video to Audio Convertor in Python

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".