Coders Packet

Listing of packets of source code submitted by coders

Acronym Generator using Python

Acronym Generator will take a String as an input and it will return the initials of all the words in the String.

The Bisection method using Python code

In this guide, we will learn the implementation of the Bisection method for finding the real root of a non-linear polynomial equation using Python.

Left and Right arrow patterns using C++

In this article, we will learn how to print the left and right arrow patterns using C++.

Plagiarism checker using Python

Python script to detect plagiarism in the textual document using the basic concept of vector’s dot product or cosine similarity.

Live Score Notification in Python

Python script to show live cricket score as desktop notification in regular interval.

Grundy Numbers Concept in Game Theory (C++)

Grundy Number is a number used in Game theory which defines the state of the game. Through this concept we can define a impartial game like the (Game of Nims) in terms of Grundy.

Matrix Operations Using C++

This project basically performs the binary operations like addition,subtraction and multiplacation on two matrices. It also prints the transpose of a given matrix.

Air Quality Index Calculator in C++

This is a C++ project to calculate Air Quality Index(AQI) of the air.Also provides the prescription about the air quality and the precautions to be taken.

Lexical Analyzer Using C++

Implementing Lexical Analyzer in C++ which is used to convert the input from a simple sequence of characters into a list of tokens.

First And Follow Using C++

First And Follow in C++ is used so that the parser can apply the production rule easily at the correct position.

Banking Management System in C++

Banking Management System is written in C++. I have Used the Object-oriented Programming concept to build this Project.

Implementation of Tic Tac Toe game in C++

This project is written in C++. In this Project I have Used the concept of conditional statements(if-else statements) and concept of arrays.