This packet of code helps to find whether a string is a palindrome or not. The process is performed with the help of a double-linked list in C++.
This project stores and organises books information according to students as well as library-oriented tasks. It allows the user to perform various operations based on library needs.
This project is an improvised version of the renowned KMP (Knuth-Morris-Pratt) algorithm.
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.
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.
A REST API built using flask and flask-sqlalchemy for Database Management, flask-marshmallow to serialize data for easy processing.
This project is about the differences between threading and multiprocessing in Python. This uses the Port Scanner to demonstrate the processes.
This project is the implementation of a binary search tree and it's basic operations using C++.
The packet contains the 15 most important code snippets that can be useful for web applications.
This application is used to convert text into speech through web speech API, Bootstrap 4, and Vanilla JavaScript. The user can set speaking rate and pitch variations.
Sathi - An online application for women's security is about locating the device using GOOGLE location API and JavaScript.
Billing system of a drug store which prints the bill of medicines bought with other relevant information.