Code Packets
Browse all published coding projects
Uber Data Analysis using Python
This project includes the Python language and Jupyter Notebook. In this project, we compare and analyze different data of uber analysis.
Library for simplifying Binary Tree Operations in C++
This project is a C++ library which consists of various functions and features to help and simplify operations performed on a binary tree.
Sentiment Analysis Using Python and NLTK
This project contains the Jupyter Notebook, Python language and, NLTK. In this project, we are predicting the positive & negative sentiments from the Twitter data.
Increment characters and numbers in a string using Python.
In this article, we will learn how to increment or decrement the letters and numbers inside a string in Python.
Arithmetic Operations of Neighbor Numbers in Python
Performing Arithmetic Operations like Addition, Subtraction, Multiplication, Division and modulo division on neighbor numbers of a particular number using Python language.
All Pair Shortest Paths Finder in C++ using Floyd-Warshall Algorithm
This project helps in finding the shortest paths using the Floyd-warshall algorithm. The project implementation is made in the C++ language.
SNAKE Game Using Java Swing
This is a Basic Snake Game project made by using Java Swing, AWT. I have also put the JAR File that you can Download and Enjoy the Game.
Text To Speech Converter Using Python
In this project, natural language processing and some external API is applied to text In order to generate synthesized speech. This project was made using Python.
Tic-Tac-Toe Game using C++
I have made this well known game called Tic-Tac-Toe using simple C++ programming language. This is a fun game easy to make by the beginners.
N-Queen problem using C++
N-Queen problem is an important problem that uses recursion and backtracking. It inputs the board size and gives the output where the queen can be placed in a 2d array.
CV generator in Python using doc
This Python code is used to generate CV . By using this you can save your time to create your own CV , you can also make some changes in this code it will modify in your docx file .
Greatest Common Divisor(GCD) using Euclid's algorithm in C++
Two numbers given as input and we have to print greatest common divisor. Euclid's algorithm used for better time complexity.