Code Packets

Browse all published coding projects

Cricket game in Java using Random class and JCF

A text Cricket game in java with different functions for choosing team, opponent, over, toss, batting and bowling. Uses Random class of Java and JCF (Java Collection Framework)

Kaustubh Srivastava · Apr 29, 2021

Python code to obtain the Largest Even Number

To implement a Python program to obtain the largest even number formed from the n spaced digits obtained as input from the user.

Abirami Somasundaram · Apr 29, 2021

Python program to obtain COVID status as per user input

To obtain the number of active cases, confirmed cases, deaths, and other details of COVID status of the respective state( from India only) obtained as input from the user.

Abirami Somasundaram · Apr 29, 2021

Implementation of Double-linked list in C++

This packet of code helps to find whether a string is a palindrome or not. The process is performed with the help of a double-linked list in C++.

Gudipati Ganesh Yaswanth Kumar · Apr 28, 2021

Java Application for a calculator

It is a java application for a basic calculator.It can make calculations very easy.It is designed using swing.We can also include many other fields to improvise the calculator.

G.GAYATHRI · Apr 28, 2021

Sudoku Solver with C++ using Backtracking

CPP code that asks for the unsolved sudoku matrix and prints the solved matrix using Backtracking. It also tells if the given problem has any solution or not.

Jay Parmar · Apr 28, 2021

To add the two numbers without using arithmetic operators in C++

This article is about adding the two numbers without using arithmetic operators like +, - and * implemented in C++.

SHUBHAM GARG · Apr 27, 2021

Drug Store Bill Management using C++

Billing system of a drug store which prints the bill of medicines bought with other relevant information.

SHIVANI KUMARI · Apr 27, 2021

Binary Search Tree using C++

This project is the implementation of a binary search tree and it's basic operations using C++.

Mallapuram Sai Hrithik · Apr 27, 2021

Audio Book using Python and Speech Synthesis API

Using Flask as backend and HTML, JavaScript as frontend, It takes the pdf and page no from the user and converts the specified pages into audio. The audio is generated using Speech Synthesis API

Rithish Kumar E · Apr 27, 2021

Count the number of Palindromic Substrings in a String using C++

This is a packet that counts the number of Palindromic Substrings in a string using C++. A string or a number is said to be a Palindrome if it reads the same forwards and backward.

Shravya Chinta · Apr 27, 2021

C++ program of type conversion from user defined to basic

Type conversion takes place from user defined to basic using kg and grams example where it converts the input in the required output.

Pankhuri · Apr 26, 2021