In this packet, we write a program for sending an email from one user to another user using Python.
In this packet, we design a Machine Learning model that predicts whether a person is diabetic or not in Python.
This packet predicts the Air Quality Index for Pollution Control using Linear Regression with the help of a machine learning technique in Python.
This is a packet that counts the number of Palindromic Substrings in a string using C++. A string or a number is said to be a Palindrome if it reads the same forwards and backward.
This is a packet that returns the sum of 2 binary strings as a binary string using C++.
A packet to check if a given string is a Palindrome using C++. This program is implemented using 3 methods i.e., reversed string method, using a Stack by implementation, and as a data structure.