Acronym Generator will take a String as an input and it will return the initials of all the words in the String.
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.
In this article, we will learn how to print the left and right arrow patterns using C++.
Python script to detect plagiarism in the textual document using the basic concept of vector’s dot product or cosine similarity.
Python script to show live cricket score as desktop notification in regular interval.
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.
This project basically performs the binary operations like addition,subtraction and multiplacation on two matrices. It also prints the transpose of a given matrix.
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.
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 in C++ is used so that the parser can apply the production rule easily at the correct position.
Banking Management System is written in C++. I have Used the Object-oriented Programming concept to build this Project.
This project is written in C++. In this Project I have Used the concept of conditional statements(if-else statements) and concept of arrays.