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++.
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.
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).
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.
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.
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.
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.
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.
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.
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.
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.
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.