All My Projects Till July 2022
15 Aug 2022
Built From P5.js
-
Blaster This game is a remake of my this game in p5js. That I made in 2019. Play this Game Here.
-
Graph World This is a simple project made using p5js and javascript for learning to implement drag and drop, graphs Data structure. You can access this website Here.
-
Roaming Rocket This is a simple simulation of rocket that is roaming in space. You can see and control simulation of this rocket from Here.
-
Clock P5js It is a simple Clock I made it for my practice for Trignometry Triangles+Coding Practices
-
Tic Tac Toe This is a simple game tic-tac-toe(O-X) made using javascript,minimax algorithm and p5.js
-
Screen Saver Animation This is a screen saver animation. Mimick of Ubuntu mate screen saver that is made by me using p5Js and html (🤣)
-
Snow Man This is a simple drawing of snowman using cirlces and ellipse.
Projects I made from Half Reading of NatureOfCode
I readed the Nature Of Code Book Half when I was in 10th class due to my lack of knowledge of physics I was'nt able to read it fully. But When day I will read it.(🤣)
-
Rotating Shape This is a p5js sketch for making a animation of rotation of shape. Which Was written when I didn'nt know much Trignometry and p5js Trignometry Functions.
-
Gravity + Wind Animation This project is simulation of gravity with wind on a ball.
-
Helium Baloons This is a a simulation of Helium Baloons Going up.
Maths + Programming
-
Eval Function This is a simple c++ program to evaluate expression which I built when I was learning C++ and DSalgo. Simple Trying to implement python eval function.
-
Polynomial Divide This is a program to calculate divison for two polynomials in C++ that we have read in class(IX/X) Like If this is divisor "-x2+x-1" and this is dividend then "-x3+3x2-3x+5" Then it will return Quoitent +1x-2 and Reminder +3
-
Sin Finder This is a simple program for calculating sin of any angle.In this Program I have not just use the math library to calculate the sin of angle but instead i have written my own function for it in main.cpp and also writted the algorithm in algorithm.txt.
-
Motion Suppose You want to find acceleration then you can write like this:
Motion.fromGiven('a',u=5,t=2,v=10)
-
RamanjumHardyNumber Generator This is a simple c++ program to print 100 RamanujamHardyNumbers(TaxiCab) by computation.
C/C++ Programs
-
Christmas Tree I have made this program by seeing the reference of geeksforgeeks Christmas program But i have'nt just copied that.
-
Link List Implementation This is my coding practice For implementing Linked List in C++.
-
Integer to String In this program I writed function to convert Integer to string from scratch.
-
Boring Stuff In this project I programed some project when I was bored.
Hangman: Its a simple Hangman command line C++ Hangman game that i had read about it on wikipedia. (And also Game Wordlist is very small because my vocabulary is very bad)
NoVowel: In this project will find.How to find non-vowel words in a dictionary and the wordlist i downloaded from here.
Python Projects
-
MineCraft AutoClicker This is a simple autoclicker made for minecraft using pynput,python3. Its repetitively click right click (Mouse) when Middle Mouse Button is hold and repetitively click left click (Mouse) when R key is Pressed.
-
Blaster Python Game A simple game in which you have to escape from spaceship and kill (In Which Spaceships are rectangles for simplicity of project).
-
Automatic Snake Game In this project I tried to automate the snake game using simple set of rules.
This project is maded when I don't have any kind of knowledge of datastructures and aglorithm so don't judge this program.
- Word Guesser This is the basically a program that will try to guess spelled word from a wrong spelled word.
Message: When I created that project I don't have any kind of knowledge of datastructure and algorithm so I just used any random non efficient algorithm that I don't know how it worked 🥲
- Krun This is a simple python script to run many programming
Language code from one command. Exp: 'krun main.py' will run 'python main.py' and 'krun main.c' will run 'gcc main.c -o main'.
- Lily A Alexa and Google assistant like script.
Its Not Much Fancy and I don't know Even if i ever completed this project or not.
-
Table Learning This program will force you to learn table from 12 to 19 that actually need in mathematics calculation.
-
Share It Clone This is a simple flask web app to transfer files between multiple computer and phones.
-
Wishing Website This is a simple flask website to wish someone Happy New Year.
-
Snake Game This is a simple snake game maded using python and pygame using the playlist of Code With Harry
-
Folder Formatter This is a simple python program to arrange your files of a folder
Projects I made when I was a Beginner and learning from my Mentor Code With Harry
Playlist Link: Python Tutorial For beginner
-
Library Management This code was also written When I was a beginner back in 2018 To learn Classes. But Due to Hacktoberfest this project got contributed via many people.
-
Snake Water Gun This is a very quick and Easy Snake Water Gun game which is very much similar to stone paper scissor.
-
Guess The Number A game written in python3, which is a number guessing console game, where we have to guess a number which is randomly choosen by the computer system
-
Healthy Programmer Simple Program to practice if and else back in 2018.
Leet Code Questions I have solved
Message: I didn't Do this many questions to pass the interview of Big MNC[FANG] I just loved DataStructure and algorithm and wanted to improve my Logical Thinking. That's why I did
- Add Two Numbers
- Median of Two Sorted Arrays
- Zigzag Conversion
- Container With Most Water
- Roman to Integer
- Longest Common Prefix
- 3Sum
- Letter Combinations of a Phone Number
- Merge k Sorted Lists
- Swap Nodes in Pairs
- Reverse Nodes in k-Group
- Next Permutation
- Longest Valid Parentheses
- Search in Rotated Sorted Array
- Find First and Last Position of Element in Sorted Array
- First Missing Positive
- Trapping Rain Water
- Jump Game II
- Rotate Image
- Group Anagrams
- Maximum Subarray
- Merge Intervals
- Length of Last Word
- Permutation Sequence
- Valid Number
- Plus One
- Edit Distance
- Search a 2D Matrix
- Sort Colors
- Remove Duplicates from Sorted List II
- Largest Rectangle in Histogram
- Subsets II
- Decode Ways
- Validate Binary Search Tree
- Recover Binary Search Tree
- Find the Duplicate Number
- Self Crossing
- Find All Anagrams in a String
- Add Two Numbers II
- Number of Provinces
- Subtree of Another Tree
- Non-negative Integers without Consecutive Ones
- Decode Ways II
- Two Sum IV - Input is a BST
- Trim a Binary Search Tree
- Subarray Product Less Than K