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.

Akanksha Sharma · Mar 01, 2021

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.

Arjun Tyagi · Mar 01, 2021

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

Lokesh Madhav S · Mar 01, 2021

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

Shivam Jha · Mar 01, 2021

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.

Ankush Indulkar · Feb 28, 2021

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.

Lokesh Madhav S · Feb 28, 2021

Creating an alarm clock in C++

Hi friends, Today let us see how to create an alarm clock in C++ using inbuilt Beep function

John Jayakumar H · Feb 28, 2021

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

Swetha Sukumar · Feb 28, 2021

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.

Rachit R Jindal · Feb 28, 2021

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.

Pakshal Bhairav Jain · Feb 28, 2021

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.

Harshit Garg · Feb 28, 2021

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.

Saumya Rawat · Feb 28, 2021