Coders Packet

Listing of packets of source code submitted by coders

Optimisation of Knapsack Problem Using Genetic Algorithm In Python

The Knapsack problem is one of the contemporary problems of modern computing and we will try to solve this using a Genetic Algorithm.

Program to add 2 binary strings using C++

This is a packet that returns the sum of 2 binary strings as a binary string using C++.

Luck based games in C++

This is a C++ code which includes three different completely luck-based games. One can easily switch between the games and the amount won in one game can be used in the other games as well.

Movie Recommendation using Python and KNN model

Its a Python and Machine Learning model which suggests or recommends any movie for further suggetion to the user.

Heap Sort in C++

This Packet will provide a brief about the algorithm of heap Sort and how it is different from selection sort.

Find All Subsequence of a String in C++ using SET

In this tutorial, we will learn how to print all the subsequences of a string using SETs, we will also learn about Sets and how to implement them.

Courses Management System using C++

The course Management system is a C++ Project in which we can add, delete, edit, sell and buy courses.

How to run isProbablePrime method in Java

In this tutorial, we have to check whether the given number is prime or not using the Java BigInteger class isProbablePrime method.

Pattern Searching in a String using KMP Algorithm || C++

In this tutorial, we will learn about Searching a pattern In a String Using the famous KMP algorithm.

Music - Player For Mac using Electron.js

A music player application for MacOs built using Electron.js. It has a classic design and you can add music and image files to it.

Password_Generator Desktop Application for Mac Users Built on Electron.js

Password Generator Electron.js Application for Mac built using HTML, CSS and JavaScript.

Weather App for Mac using Electron.js & OpenWeatherMap API

This is a weather app built using Electron.js. It gives real time weather forecast based on location. This application uses OpenWeatherMap Api.