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.

Pramita Kastha · Feb 22, 2021

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.

Rachit R Jindal · Feb 22, 2021

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.

Arjun Tyagi · Feb 22, 2021

AIRLINE RESERVATION SYSTEM USING C++

This project which has been built using C++ helps users to make easy flight ticket reservations.

Praneetha Chandra Prakash · Feb 22, 2021

Digital Clock using C++

The project implements a digital clock on the console using C++, showcasing the current time.

Priyanka Biswas · Feb 22, 2021

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.

Abhishek Kumar · Feb 22, 2021

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

Saravanan.V · Feb 22, 2021

Week Day Finder in C++

A Project Implemented in C++ in which a User can find the Weekday as per Input Date Given.

Divyanshu Pandey · Feb 22, 2021

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.

YOGESH YADAV · Feb 22, 2021

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.

Shaik Jafar · Feb 22, 2021

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.

Archisman Bhattacharya · Feb 22, 2021

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

Dhruv Prakash Raipure · Feb 22, 2021