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++
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.
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.
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.
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.
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++
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
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.
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.
C++ code to reverse a string
This code is written in the C++ programming language. This code reverses the user inputted string.
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 .
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.