Code Packets

Browse all published coding projects

Rhombus Pattern(C++)

Printing a star(*) pattern in the shape of a rhombus with the size given by the user in C++.

utkarsh bhadauria · Jun 12, 2021

ATM Interface display in Java

In this module, we are going to write a Java Program to Display the ATM Transaction. By using; if,if-else statements.

SAI PRAVEEN ALLLAMPALLY · Jun 12, 2021

Maximum sum of all subarrays using Kadane’s algorithm in C++

An algorithm to solve the problem of the maximum sum of all subarrays in time complexity O(n).

utkarsh bhadauria · Jun 12, 2021

Prime factorization using sieve of Eratosthenes in C++

An efficient and faster way to find prime factors of a number using sieve of Eratosthenes in C++ programming.

utkarsh bhadauria · Jun 12, 2021

Simple calculator using Python with Tkinter

This tutorial will walk you through making a simple calculator using Python's one of the most used GUI frameworks Tkinter.

Pragya Mukherjee · Jun 12, 2021

Encryption and Decryption of a key using RSA algorithm

RSA algorithm is all about encryption and decryption and type of asymmetric algorithm in which the Public key is given to everyone and the Private key is kept private.

CHIRAG AMAR KATARIA · Jun 12, 2021

Deterministic Finite State Automata in Java

In this post, we will be discussing how to implement a Deterministic Finite State Automata (DFA) Machine in Java which accepts a valid input string with an example.

Lokeswara Reddy Ajjuguttu · Jun 12, 2021

Guess the bollywood movie name game in C++

In this game you will be shown the vowels alphabet of any random movie and consonant alphabet replace with dash sign, you have to guess the name of the movie.

Amit Kumar · Jun 12, 2021

Read data from Google sheets into an Android app in Java

This project reads data from google sheets in from of json object and data can be displayed and modified.

Deeksha R · Jun 12, 2021

Downloading image from URL in Java

In this module, you can download the image by entering the URL of the image at the specified location.

Khushi Jain · Jun 11, 2021

TIC TAC TOE GAME WITH JAVA

This is a tic tac toe game devloped with the help of java programming language. This game has been devloped with the help of Jframe,Jbutton, Jpane and Jlabel feature of Java.

ANANT PRAKASH · Jun 11, 2021

Program in Python to Find whether you are Dog person, Cat person, or a Bipetual.

This a simple Python program using an if-else statement. Users can try this for fun if they are curious to know about them.

SAMITA DEEPAK NAIK · Jun 10, 2021