Raunak Anand (raunak26)

raunak26

Geek Repo

Company:@microsoft

Location:Bay Area, CA

Home Page:https://www.raunakanand.com/

Twitter:@raunakanandsahu

Github PK Tool:Github PK Tool

Raunak Anand 's repositories

vidhi-valentine-proposal

Asking my girlfriend to be my valentine

Language:TypeScriptStargazers:0Issues:0Issues:0

Suduko-Solver

This is a PyGame Sudoku Solver. You may use the sudoko solver to solve the game yourself or you can visualize how the backtracking algorithm works to solve the puzzle with the click of the spacebar

Language:PythonStargazers:1Issues:0Issues:0

raunak26

Config files for my GitHub profile.

Stargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

sachacks

Utilized ReactJS to redesign the website for SacHacks 2021. SacHacks is the first major intercollegiate hackathon in the Sacramento, California area.

Language:JavaScriptStargazers:2Issues:0Issues:0
Language:PythonStargazers:1Issues:0Issues:0
Language:PythonStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

Covid-Guru

A lot of areas have difficulty accessing real-time covid statistics due to a lack of network. I found a solution to it using the Twilio SMS API.

Language:JavaScriptStargazers:0Issues:0Issues:0

SpaceInvader

This is a PyGame app that allows you to shoot incoming aliens and records high scores. Shoot the aliens and don't let them take over the Earth!!

Language:PythonStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Forest-Fire-Predictor

An interesting project was created during a hackathon. We were able to predict the area of a forest fire using the data from a dataset in Kaggle, using variables such as wind speed, temperature etc.

Language:PythonStargazers:0Issues:0Issues:0

A-Star-Algorithm

A lot of people have difficulty visualizing how the A* Algorithm works. I created a PyGame A* Visualizing tool to show how apps like Google maps are able to compute the shortest distance from point A to point B.

Language:PythonStargazers:0Issues:0Issues:0
Stargazers:0Issues:0Issues:0

TicTacToeProject

TicTacToe Android App Project

Language:KotlinStargazers:0Issues:0Issues:0

Doubly-Linked-List

A templated doubly linked list class and both forward and reverse iterators over it.

Language:C++Stargazers:0Issues:0Issues:0

MatrixClass

A Matrix and mathematical Vector class that implements some basic functionality like addition, subtraction, and multiplication as well as methods that allow access to elements of the Matrix/Vector.

Language:C++Stargazers:0Issues:0Issues:0

Determinant-Eval

A program to find the determinant of a matrix.

Language:CStargazers:0Issues:0Issues:0

Read-Line

This program will read all the lines of a given file.

Language:CStargazers:0Issues:0Issues:0

Complex-Num

In this program you will multiply two complex numbers together. A complex number has the form where a is the imaginary part b is the real part i represents √−1

Language:CStargazers:0Issues:0Issues:0

BattleShip

Similar to the game BattleShip, this program plays the game while providing three modes - Human vs. Human, Human vs. AI, AI vs. AI

Language:C++Stargazers:1Issues:0Issues:0

Connect-N

Similar to the game Connect 4, this game takes the length, breadth and N as command line arguments and then runs the game accordingly.

Language:C++Stargazers:0Issues:0Issues:0

JumpGame

This program asks for a list of +ve integers as a command line argument. Then the program produces a list of index numbers to reach from the first element to the end in the least number chances.

Language:C++Stargazers:0Issues:0Issues:0

TopCommonsWords

This program asks for two command line arguments - a .txt file and the number of lines to print. By default the program will print 10 lines. This program will print the instances of each word in descending order.

Language:C++Stargazers:0Issues:0Issues:0

RockPaperScissors

This program plays a game of rock, paper and scissors administered by user input and a random number generator.

Language:C++Stargazers:1Issues:0Issues:0

Binary-Tree-of-Words

This program creates a binary tree using words in a .txt file

Language:PythonStargazers:0Issues:0Issues:0

Sum-of-Strings

This program identifies the numbers in a string and adds them. The sum is given to two decimal places

Language:PythonStargazers:0Issues:0Issues:0