Code Packets

Browse all published coding projects

Coin Toss Program using C++

Building a Coin Toss program using the rand() function of the pseudo-random algorithm in C++

G Ganga Jathin · Mar 10, 2021

Playing with triangle of numbers in PYTHON

Printing patterns of triangles made with series of numbers using the fundamental concepts of PYTHON like print function and for loop only.

Kalki Pareshkumar Bhavsar · Mar 10, 2021

Pascal's Triangle using C++

This project is used to generate pascal's triangle using C++ by accepting the number of rows from the user.

gunasekaran · Mar 10, 2021

Playing with triangle of characters in PYTHON

Printing pattern of triangles made with one character using the fundamental concepts of PYTHON like print function and for loop only.

Kalki Pareshkumar Bhavsar · Mar 10, 2021

SUDOKU GAME USING C++

Sudoku is a logic-based combinatorial number-placement puzzle. In this packet, the C++ programming language is used to solve the Sudoku game.

Sayma Naaz · Mar 10, 2021

Implementation of Red Black Tree Insertion in C++

The project is on Inserting Nodes in the Red-Black Tree using the following three functions - Rotations, Insertion, Inorder Traversal In C++

deepshikha · Mar 10, 2021

Convert numeral value to Roman string using Java

This code is used to convert the highest possible number into Roman string in Java i.e 1000=M, 500=D, 100=C, 50=L,10=X, 5=V, 1=I

Khushboo Jagwani · Mar 10, 2021

Virtual Assistant in Python

The virtual assistant named 'DBX' makes use of speech_recognition, pyttsx3, and pywhatkit python modules for listening, converting speech-to-text, and search for text on the web.

Rachit R Jindal · Mar 09, 2021

C++ code to convert input text into audio/speech

This code is written in the C++ programming language. This code accepts input as text and converts it into speech.

Shubham Nalawade · Mar 09, 2021

C++ code to reverse a string

This code is written in the C++ programming language. This code reverses the user inputted string.

Shubham Nalawade · Mar 09, 2021

Anagram detection using Java

Java program to compare if 2 strings are anagram using sort() and equal() method. Two resembling strings are said to be anagram otherwise not .

Khushboo Jagwani · Mar 09, 2021

C++ code to convert marks into CGPA and Percentage

This code is written in the C++ programming language. This C++ code converts marks of all subjects to the CGPA and Percentage.

Shubham Nalawade · Mar 09, 2021