Code Packets

Browse all published coding projects

Tree Traversals (Inorder, Preorder and Postorder) In C++

This packet contains the all the three tree traversals like Inorder, Preorder, and Postorder traversals in C++ programming language.

Abhishek Dilip Dhok. · Feb 22, 2021

Dynamic Programming explained through the Fibonacci series example in C++

We will consider the problem to find the N-th Fibonacci number and solve it through recursion and then by using dynamic programming in two different ways(Memoization and Tabulation)

Rahul choudhary · Feb 22, 2021

Flight Price Prediction using Machine Learning and Python

Flight price prediction is going to predict the price of the trip. I have designed this project using Machine learning and Python. Machine Learning Algorithm i.e Random Forest Regressor.

sandeep pradhan · Feb 22, 2021

Capturing face of a person using Python OpenCV.

In this project, we will learn how to detect the face of a person and save photos of the face on our device using the Python OpenCV library.

Chereddy Vivek Reddy · Feb 22, 2021

Security System Application using C ++

This is a small project using C++ showcasing a security system application, which allows users to change the existing password by the new one and access the file data by the existing password.

Priyanka Biswas · Feb 22, 2021

Implementation of Priority Queues using Java

Using Java programming language, both Minimum Priority Queue and Maximum Priority Queue were implemented (using heaps).

Srikar Vishnu Datta Venkata A · Feb 22, 2021

Flight Seat Booking Programme in C++

Flight seat booking is a very simple packet that features class along with the object of C++ language.

YOGESH YADAV · Feb 21, 2021

Contact Management (C++)

This project(C++), involves all types of features from which we can handle contact-related info like we can add a name, email, and phone number.

Rocky Kumar · Feb 21, 2021

Implementation of Dijkstra algorithm using Java

In this tutorial, we will learn about the Dijkstra algorithm and we will also see the program to implement the Dijkstra algorithm using Java.

Abhishek Birendra Verma · Feb 21, 2021

Creating a Puzzle Game 2048 In C++

Hi friends, Today let us see how to create a single-player sliding puzzle game 2048 using C++.

John Jayakumar H · Feb 20, 2021

Crop Image Using Python

A simple python program to take an image as input and print and the required cropped image using Pillow library.

Akshitha Theretupally · Feb 20, 2021

strchr() function in C++

In this tutorial, we will learn about strchr() function in C++. It is a predefined function and is present in the cstring header file.

Apurv Singh · Feb 20, 2021