Code Packets

Browse all published coding projects

Java Program to Recursive Digit Sum

In this article, we will be solving a problem in which we need to find the Super Digit of integer p (obtained by concatenating n, k times )and return its value.

CHATTETI.THARUN · Jun 10, 2021

MST using Kruskal’s Algorithm in C++

Find the Sum of Weights of the Edges of the Minimum Spanning Tree in a given Weighted, Undirected and Connected Graph of V vertices and E edges.

Anirudh C V · Jun 10, 2021

Sudoku Game 9 grid in C++ format

The popular Sudoku game made in C++ format. It is in 9x9 grid and uses backtracking that try different solutions until finding a solution that “works".

Sree Lekshmi P · Jun 10, 2021

Face detection using Python and OpenCV

This tutorial will help you learn to code a simple face detection tool using Python Programming language and OpenCV, which is an amazing computer vision library.

Pragya Mukherjee · Jun 10, 2021

Resume builder maker using Java Swing, AWT and File Handling in Java

In this Java tutorial, we are going to develop a Resume Builder Maker. This project uses some Java swing functionalities to provide GUI and File Handling to store username and password.

Supriya Bauddh · Jun 10, 2021

Handle mouse events using Applet

We use Java Applet to track all mouse events and return the coordinates of the cursor.

Anirban Chatterjee · Jun 10, 2021

Hospital Management System using Java

Hospital Management System using Java is a very useful project to manage the daily activities of a hospital, related to doctors, patients, etc. I have used MySql server for database connectivity.

Nitika Jain · Jun 10, 2021

E-Commerce shop Using Python

It is an E-commerce project using Python. It has a plethora of features like a person can buy clothes, add them to their carts by logging into their account.

Majji Yeswanth Raj · Jun 09, 2021

Create a Analog Clock with JavaScript, HTML and SASS

Today we are going to learn how to make a simple analog clock using Javascript. The main goal of this project is how to implement the Date() object in JavaScript.

Shuvranil Mondal · Jun 09, 2021

Filter Search elements using HTML, CSS and JavaScript

Item filtration is the most common and important feature in every static and dynamic website. There are many ways to implement this feature In your project.

Shuvranil Mondal · Jun 09, 2021

Resource sharing challange Using C++

This is a console-based application used to share/sell the resources/product between the provider and needer/ buyer and seller

Rishabh Rajput · Jun 09, 2021

Java Based Contact List Application Using JavaFx

Java Based Contact List Application Implements intermediate Knowledge of JavaFx, Threads and Java language.

Siddharth Arora · Jun 09, 2021