Coders Packet

Listing of packets of source code submitted by coders

Color Game Using Python Tkinter GUI

In this game player has to enter color of the word that appears on the screen and hence the score increases by one, the total time to play this game is 60 seconds

Large number factorial calculator in C++

It is a C++ based factorial calculator of large numbers which ae not possible to store in normal data types

Implementation of Depth-First-Search (DFS) algorithm using Java

In this tutorial, we will learn about the Depth-First-Search algorithm and we will also see the program to implement the Depth-First-Search algorithm using Java.

Implementation of N-queen Problem in Python

In this article, we are going to solve the N queen problem using the backtracking approach in python.

XOR Encryption in C++

A simple encryption method made in c++. This project takes a key and plaintext from the user and encrypts the plaintext by performing characterwise XOR on plaintext with key.

The Joshephus Problem using C++

The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game using C++.

Dice Roller in C++

The Project is built in C++ using Atom Editor and MinGW Compiler. It randomly predicts a number between 1 and 6, hence it acts as dice and can be used to play games.

Hangman Game in C++ and python

A simple Hangman game(Guess the word game). This program can generate random words using a dictionary file and every time a new word will be given to the player.

Office Management System using C++

This project is made to reduce the overhead involved in office management system.The Admin can use this software to manage the staff details.This project is made by using C++ language.

Bus Reservation System using C++

This project is made by using C++ language. In this project user can perform task like install,getting bus information,showing reservation and showing busses availiable.

Clothes classification Model in Python using Pytorch

This is a Machine learning model for the classification of the Fashion MNIST dataset using Pytorch which is a python library used for machine learning.

Cat vs Dog Classifier in Python using TensorFlow

This is a deep learning project to identify that give image is an image of a dog or a cat