The objective of this project is to find whether a person is underweight, healthy, or overweight by calculating the BMI index using C++.
In this Python program, a video is played on the web app, on clicking the 'take a screenshot' button, the text is detected in the image using 'AWS recognition' and displayed on the same webpage.
This packet has full kd tree implementation in python programming language along with a naive search algorithm.
When you have to do tons of invitations and manually have to write names on each letter, it's hard work. Well not anymore, let Python do the work for you. You just write a list of names.
This packet consists of a Python program that gives k highest-rated elements among the elements available.
This packet is based on Python programming language. This program transfers file using server-client system.
This project is about booking Railway Tickets of passengers to travel in railways and it is developed using C++.
This is a dynamic web application project which basically lets the user buy a limited number of books and then gives them a confirmation.
This article aims to check whether a number is Magic (a number whose sum of digits is evaluated until the sum is found to be 1) or not, implemented in C++.
It is very useful to work with Gmail without using chrome which may eat too much RAM. It is the less time-consuming module.
An array is used to store similar type of data. In this tutorial, we are going to discuss Array in C++. Declaration of Array, Accessing elements from an array, etc.
In the following project, the concept of backtracking is used to solve a rat's problem in a maze using the C++ programming language.