Code Packets
Browse all published coding projects
Java program to check a string Contain all type of Characters or not.
In this program, we are going to build a code to check Whether a string contain special characters or not. Using java programming language.
JAVA PROGRAM TO IDENTIFY A SPARSE MATRIX
Here in this particular tutorial, we are going to see how to check if a matrix is a sparse matrix or not. To do this, we have included the Scanner class and also some of the looping statements.
To check leap year in Java
The source code is about to check the whether the year is leap year not. This was developed using java.
Binary Search code in Python
This is a code for Binary search, written in Python. It will help you understand the working of Binary search.
A YouTube Video Downloader code in Python
This is a small code that can help you in downloading any YouTube video of your choice in Python using the Pytube library.
AI Desktop Voice Assistant and Calculator Using Python
Jarvis AI Desktop Voice Assistant Using Python. You can also calculate number by giving voice command.
Currency Converter in Java
This Project Solve the Currency Exchange Inconvenience Problem, Some International Currencies which we will have to need always when we travel to another country.
ChatBoat in Java
This is a ChatBot project that is made by Java swing. This is a Simple ChatBoat Application without Using the AIML Library.
Dice roll simulator using Python
In this module, The main goal is to create a program that will simulate the roll of dice.
Kruskal's Algorithm implementation using C++
Kruskal's Algorithm is used to find the minimum spanning tree/forest of an edge-weighted undirected graph.
Problem on Number Theory in C++
In this project, I will show you how to solve a problem based on number theory in C++.
Hollow butterfly pattern printing in C++
In this project, I will show you how to print hollow butterfly pattern using for loop in C++ programming language.