Coders Packet

Listing of packets of source code submitted by coders

Churn_Modelling in Python

The main aim of this Python jupyter project is to create a job demographic segmentation model to tell the bank which of its customers are at the highest risk of leaving.

CHI-SQUARE TEST in Python

In this tutorial, we are going to learn about CHI-SQUARE FIT TEST to find correlation between variables in Python.

Simple working calculator in Java

Simple working calculator in Java using Swing GUI. In this program, you'll learn to make a simple calculator in Java.

Percentage Calculator in Java

This is a short program based on JAVA, used to calculate percent by taking user input and generate the desired output.

QR code generator using JAVA

This project generates the QR code for the given link using Java programming. In this project technology such as servlet and JSP are used.

Phone_Book Application in Python 2

This is a desktop base phone book application developed on python 2 using Tkinter which is a GUI library for Python

E-Library Using ReactJs

ReactJs and a mock backend json-server were used to create an online library administration web application.

Counting number of unival subtrees in a binary tree in Python

This is a time efficient Python program to count the number of unival subtrees in a binary tree. This algorithm takes O(n) time, where n is number of nodes in the tree.

Merge sort using C++(the most time efficient sorting)

It is the very fastest sorting algorithm. It is written in C++ without using any special header files or modules.

Numeral to Roman Numbers using C++

The project "Numeral to Roman Numbers using C++" , is the source code to change number into roman number.

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