Code Packets

Browse all published coding projects

How to calculate power of a number in minimum time complexity through recursion using JAVA

In this tutorial, we have to calculate the power of a number with minimum time complexity through recursion using the JAVA programming language.

Kartik Rakesh Khandelwal · Apr 14, 2021

C++ program to replace all occurrence of a character in a string

Hello programmers, Sometimes we need to replace the occurrence of the same characters with a different character in a string, So here is an implementation of that in C++.

Aalok Kumar · Apr 14, 2021

Food Ordering In C++

This is food ordering kind of project ,of Have treat named Hotel, In this we will have 4 exciting combos and project is for further ordering process done in c++ programming language.

Gubba Chandana · Apr 13, 2021

Graphics in JAVA

In this guide, you will learn about the graphics class and the methods you can use to develop applet in Java. You will also see the implementation of some of the methods in graphics.

KHYATI MADDALI · Apr 13, 2021

Longest common subsequence in CPP

The project named longest common subsequence is in CPP language. It takes two user input strings and provides us with the longest common subsequence on the basis of the input given by the user.

Anamika · Apr 13, 2021

Hangman Game Discord Bot in Python

It is a hangman game bot and also a welcome bot which is developed in python using the Discord.py module

Shubham Menroy · Apr 13, 2021

Random Quiz Generator in Python

Random quiz generator in Python is used to conduct small quiz test online. This code can be helpful to school teachers and lecturers to take test.

shivani sunil kakde · Apr 13, 2021

QUIZ GAME IN C++

This is Simple Quiz Game with 10 Questions Which helps you to test knowledge in G.K and Basic C and CPP fields ,where you can also view your score and performance, in C++ programming language.

Gubba Chandana · Apr 13, 2021

RAT IN MAZE using C++

In the following project, the concept of backtracking is used to solve a rat's problem in a maze using the C++ programming language.

Nidhi Vaishya · Apr 13, 2021

Implementation of Stack and Queue using Linked lists in C++

This packet of code deals with data structures especially Stack and Queue, along with their basic operations.

Gudipati Ganesh Yaswanth Kumar · Apr 13, 2021

Calculator in Python.

This code is made using functions or methods in Python. As we know that functions are easy to use and yet readable.

Tasha Ansar · Apr 13, 2021

Traffic Control Management using C++

Traffic Control Management System is a management application developed for the purpose of controlling traffic problems with the help of C++ programming.

S Angu Hari Hara Karthik · Apr 13, 2021