Coders Packet

Listing of packets of source code submitted by coders

Python Doremon Project

Python Doremon Project is made using Turtle module and displays doremon drawing at the end.

Affine Cipher by Java

This project is designed for encrypting and decrypting the text using Java Programming Language.

Caesar Cipher using Java

This project is designed for encrypting and decrypting the text using Java Programming Language.

Hash Table and its Operations(Insert, Delete, Search, Display) in C++

This is an algorithm for creating the Hash Table, Inserting elements into Hash Table, Searching Elements in Hash Table, and Deleting Elements in Hash Table by using C++.

Distance between two nodes in a Tree In C++

Distance between two nodes in a Tree In C++. The distance between two nodes can be obtained in terms of the Least Common Ancestor(LCA).

Blackjack in Python

a Simple blackjack Game. To win the game player must have a twenty-one or closer to a twenty-one scorecard. Can generate random Card from the deck.

Nth Fibonacci Numbers Using Recursion in C++

This code will find nth fibonacci numbers in C++ using recursion function("int nth_fibonacci(int n)") including 0 as the first term.

Adapter classes in Java with example

In this guide, you will learn about various adapter classes in Java, their implementation and usefulness in developing GUI projects with an easy and understandable example.

Fenwick Tree implementation in C++

Implementation of Fenwick Tree in C++ that finds a sum of a given range in a given array.

Creating notepad using Tkinter GUI in Python

This is a simple notepad that being created in Python using Tkinter library, which helps us to SAVE, CLEAR, and OPEN our files in notepad

Java Package for calculating various Geometric measurements

This project deals with geometric measurements of various 2D and 3D shapes. This is a Java package that can be used by other programmers for any geometric calculations.

Volume calculator using Java

This is a java implementation packet for calculating the volume of various geometric figures. This is developed using Netbeans IDE.