Code Packets
Browse all published coding projects
Pascal Triangle Program in C++
Pascal's triangle is a number pattern in the form of an array constructed by summing adjacent elements in preceding rows. Let's create them using a C++ program.
Deleting a node from a singly linked list using C
In this project, we will discuss how to delete a node from a singly linked list using C language. To delete a node at the nth position we have to traverse up to the nth element from starting.
LRU Cache implementaion using C++
LRU Cache uses Least Recently Used concept to maintain the Cache order. It is an important concept to be learned for interview preparation. Here it is implemented using c++
Question on Recursion in C++
Recursion is very important topic and it is very important. So in the given project I have submitted important question based on it like tower of hanoi. The given solution is in C++.
Plotting Graph in Python using Matplotlib
This Python Project is used to plot a Line Graph by using the Matplotlib library. It takes the coordinate's input from the user.
Snake and Ladder problem using C++
Snake and ladder is a unique puzzle-like problem. The problem is approached and solved using the BFS(Breadth-First Search) technique in C++ language.
Creating an alarm clock in C++
Hi friends, Today let us see how to create an alarm clock in C++ using inbuilt Beep function
Sudoku Solver using the Backtracking Algorithm in Python
This Sudoku Solver Project implemented in Python uses the Backtracking algorithm to find a solution to any solvable sudoku board
Text Extraction from live frame using Tesseract in Python
This packet involves the use of Pytesseract, a powerful OCR(Optical Character Recognition) tool in python, for the classification of characters in a live frame.
Restaurant Billing System Using Java
Restaurant Bill Management system is a billing system developed using "Java-Programming-Language", this type of system can be seen in many places used for generating restaurant bills.
Social Organisation Website using HTML, CSS, Javascript, SQL and PHP
This is a Social Organisation website using HTML, CSS, JAVASCRIPT, MySql, PHP. Heart of Humanity is a social organization working for the benefit of people.
Smart Calendar (every year organiser a C++ code)
Smart calendar is a C++ code, it gives you the calendar of any year of your choice. The code is organized and with an easy algorithm.