This program collects student details like name, roll number, marks in each subject, and calculates their grade. This is a simple console app programmed in C++.
User inputs an array and this can give the minimum or maximum value in the range L to R of the array according to the queries given by the user, using C++ programming language.
It is a console-based c++ Project. In this project, I have used basic array data structure, OOPs concept, and file handling method.
In this module, we will discuss certain problems like Rat in a Maze, N-Queen, and Sudoku Solver with the help of backtracking in C++.
This is a Python program using which you can find a place using the co-ordinates and develop a map of that current co-ordinate.
This Python Code helps download videos with the help of Tkinter and Pytube from the most popular video streaming site: YouTube
In this project, I've used python and ML framework Tensorflow. We will be applying filters on the pictures of your choice.
This project is based on HTML, CSS and PHP for the registration of employee and the data of the user is sent to the backend which can be accessed in future according to the need.
After running the project it will ask to enter 3*3 matrix and after entering 3*3 matrix again it will ask to enter another 3*3 matrix and then few options will be given for calculation.
A Python Project to perform basic mathematical calculations using audio using libraries such as SpeechRecognition, pyttsx3 and gTTs.
A C++ Project to increase or decrease the brightness of the image at the pixel level using OpenCV.
In C programming Singly linked list is a linear data structure that has two parts one is the data part and the other is the link part that stores the address of the next node.