Coders Packet

Listing of packets of source code submitted by coders

Generation of Binomial Coefficient using C++

In this C++ project, we are generating a binomial coefficient for the given numbers by the users.

Individual and Extra's Score analysis using Python

Program to show individual score and extras from a given cricket score timeline using Python

Binary search tree class in Python

Implementing the functions of a binary tree class such as inserting, deleting, and printing the nodes using Python

Stocks' Discord Bot in Python

This project of Stocks Discord Bot provides all information about stocks of desired company in discord channels messages using python library yfinance.

OTP GENERATOR USING JAVASCRIPT

This project is made using JavaScript with CSS as frontend and HTML for structure. It is a 6 digit ONE TIME PASSWORD GENERATOR.

Message decoder using Python

This is a basic Python code that can be used to decode messages encoded by the Secret Message Encoder.

To implement merge sort in JAVA

In this blog, we will discuss the idea of implementing merge sort in JAVA with the help of algorithm and code.

Encryption and Decryption of plaintext using Vigenere Cipher using C++

Implementation of Encryption and Decryption of plaintext using Vigenere Cipher in C++. Vigenere Cipher is a kind of polyalphabetic substitution method of encrypting alphabetic text.

Flappy Bird Game using Java SWING and JFrame

This Java project is a classic arcade game of flappy bird where the bird needs to cross the wall/pillar obstacles by jumping.

Command Line Interface to save dates in Python using PyInquirer

A command-line interface created using Python that gives the user option of either saving the date for an event or get the date for some event.

Minimum time required so that all tomatoes are rotten in C++

To determine the minimum time required so that all the tomatoes become rotten, and understanding the application of BFS in this scenario using C++.

Parallel Computing using C++

Comparison between the serial and parallel implementation of Smith-Waterman local sequence alignment algorithm using C++(libraries- stdio,stdlib,math and omp).