This menu-driven program is implemented using C++ language, allows the user to select a particular sorting technique from the menu, and automatically the sorted result is generated to the user.
This Java project is a classic arcade game of a flappy bird. The player is tasked with navigating Faby, the bird through pairs of pipes that have equally sized gaps placed at random heights.
This C++ code implements line coding schemes such as NRZ-L, NRZ-I, Manchester, Differential Manchester, and AMI (with scrambling) on the randomly generated binary data stream.
This project is made using JavaScript, HTML, and CSS for frontend. It is a to save all the tasks user wants to do in the routine or for future planning.
Given two arrays A and B representing two lanes of a route, from this, we can find the maximum sum route and return back the sum using C++
Implementation of Encryption and Decryption of plain text using C++. Caesar Cipher is the simplest form of substitution cipher.
Implementation of the max priority queue and providing some functions such as getting length, inserting and deletion using Python
It can store and even generate a powerful password for you, so you don't even have to stress on that.
Using React Js to create a shopping cart with data from a mock backend (JSON server).
In this guide, you will learn how to implement a Singly linked list in Java. You will also learn about the operations that we can possibly perform with the Singly linked list.
This project performs the Array rotation in C++ language, totally dependent on the user input to rotate the array, and finally, the resultant rotated array is produced.
Image Editor is a simple console application made using OpenCV/C++ with Image processing methodology. This App can be used to do various editing on an image.