Coders Packet

Listing of packets of source code submitted by coders

Queue operations Using Linked List In C++

This is queue operations using the linked list in C++, which includes en queue, dequeuing, finding peek element, and reversing the queue.

Python code to obtain the Largest Even Number

To implement a Python program to obtain the largest even number formed from the n spaced digits obtained as input from the user.

Python program to obtain COVID status as per user input

To obtain the number of active cases, confirmed cases, deaths, and other details of COVID status of the respective state( from India only) obtained as input from the user.

Voice Assistant In C++

This project is a text-to-speech application that follows the user's commands and performs tasks using C++.

Representation of Sparse Matrix (Using C++)

In numerical analysis and scientific computing, a sparse matrix is a two-dimensional matrix in which most of the elements are zero.

JAVA Title: TIC TAC TOE Game

In this article, We gonna see how to create a fun game. A game that is a perfect time killer. TIC TAC TOE We will see how to create a Tic tac toe game in the Java Language.

C++ program of type conversion from user defined to basic

Type conversion takes place from user defined to basic using kg and grams example where it converts the input in the required output.

Addition of time using friend function with concept of bridge in C++

Friend function is used in addition of 2 time formats along with the concept of bridge. It gives output in hours:minutes:seconds.

Height Conversion Application using Java

In this application, you have to input height feet and inches and it will generate it in Centimetre.

GUI Mailer Using Python Tkinter

It is used to send a short or large text mail to recepient without using Gmail or any other Browsers, It is small in Size

To-Do List Using Java and MySQL

A to-do list is an organized way of maintaining the tasks you need to complete instead of relying on your memory.

Snake Game In C++

This project is about a snake game animation in C++ language by using simple graphics functions.