Code in Python compresses a .txt file into a .bin file where the compressed file is approximately 50% of the size of the original file. or decompresses the .bin to .txt file.
Program to convert Decimal number into Binary format and Binary number to Decimal format using C++. The Binary number describes numeric values by two separate symbols: 1 (one) and 0 (zero).
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.