Code Packets
Browse all published coding projects
C++ header files for ray tracing
Collection of C++ header files for ray tracing which can be used to create computer graphics involving metal surface, glass surface, dielectrics, rubber, light source etc.
QR Code Generator using qrcode in Python
A QR code generator builds QRcode for any data, website, etc in Python. The QR Code can be even placed over an image or can be customized using qrcode module in python.
Reverse a linked list using C
In this article, we will discuss the method and program to reverse a linked list using the C programming language.
AIRLINE RESERVATION SYSTEM USING C++
This project which has been built using C++ helps users to make easy flight ticket reservations.
Digital Clock using C++
The project implements a digital clock on the console using C++, showcasing the current time.
Personal Text Editor Using Python
This is a simple PYTHON program using the module TKINTER . We can write, save files, edit files with different extensions and you can do many more.
Longest Common Prefix String in C++
In this tutorial, we are going to learn how to find the longest common prefix string amongst an array of strings in C++.
Week Day Finder in C++
A Project Implemented in C++ in which a User can find the Weekday as per Input Date Given.
Pharmacy Billing Programme in C++
This hospital pharmacy bill project in C++ is a console application. This project is about two things – file handling and the use of stream class in the C++ programming language.
Longest strictly increasing Subsequence of an array using C++
This project gives the longest possible strictly increasing subsequence of an array which is input by the user using C++ programming language.
Number Guessing Game using Python
This is a simple number guessing game written in python. The code uses the random module, the OS module, and the math module of python 3.
Kruskal's Algorithm for Minimum Spanning Tree in C++
A packet in C++ which helps finding minimum spanning tree. It is subset of connected edge-weighted graph that connects all vertices together without cycles and minimum total edge weight