Code Packets
Browse all published coding projects
Sum of Connell Sequence In Python
Hello Everyone, in this tutorial, we will see what the Connell sequence means and how to write the program of the Connell sequence by using Python.
Interactive Map using Folium in Python
Use of Folium Library in Python and create an Interactive Map which shows Distance as well as Temperature and Humidity of the selected Cities in India.
Face Recognition Attendance using Python
A python GUI integrated attendance system using face recognition to take attendance. In this, I have made an attendance system which takes attendance.
Signature Recognition using Python
Signature recognition is behavioral biometrics. We can use this project anywhere for security purposes where a signature is a parameter. Signature Recognition using Python with source code.
Binary Search Tree In C++ Using Non-recursive Methods
In this tutorial, You learn how to implement an insertion(), level-wise printing(), and traversals in a binary search tree using non-recursive methods.
How to check if any permutation of the word is palindrome by using Python
Hello Guys, In this tutorial we gone see how to get the permutations of all the words and to check if any permutation of the word is palindrome and print yes/no statement in Python
Python Program to implement CPU Scheduling with FCFS or SJF
This is a python program to find the CPU scheduling using First Come First Serve or Shortest Job First
Python Generate OTP
OTP generator in Python program, It gives One-time Passwords(OTP) of any number of digits.
C++ Program to Find Smallest Element in the Array
This is a C++ program to find the smallest element in the array. with the help of the loop, we are going to execute this program.
Queue Implementation In C++ Using Stack
In this tutorial, you learn how to implement a queue using a stack and what is the logic behind it in C++. There is some methods pop(), push(), top() & size() which you can implement in this tutorial.
Snake,Water And Gun Game using Java
It's a Game project built using Java as the Programming Language. It contains Source Code for Multiplayer games.
Finding Next Greater Element In C++ Using Stack
In this tutorial, you will learn stack methods like push(), pop(), and how to use vector over array for avoiding wastage of memory.