Atharv Rustagi's repositories
Rubiks-Cube-AI
Simple application for practicing a Rubik's cube.
Rubiks-Cube-Camera-Input-Solver
This is a Rubik's Cube solver implementation using the Kociemba module. Scan the cube through your camera, and find the solution through an animation of the solve!
sorted_list
Equivalent of Python SortedList in C++.
3D-Graphics-Engine
Creating a 3-D graphics engine from scratch, using a 2-D graphics library.
Amazon-Price-Tracker
An interface using selenium python to track products on amazon.
Path-Finding-Visualizers
Different Pathfinding algorithms visualized.
Primes
Prime Number Projects in C#/C++/Python
Ray-Casting
Ray Casting using the SFML framework.
Self-Driving-Cars
Basic Self Driving Cars using the NEAT Algorithm
RF_Links
These wireless transmitters and receivers easily fit into a breadboard and work well with microcontrollers to create a very simple wireless data link.
rigid-body-simulator
Physics simulations of rigid bodies.
Rubiks-Cube-Manual-Input-Solver
An advanced Rubik's cube solver using the Kociemba Algorithm (solves in less than or equal to 20 moves)
sort-em-all-solver
A solution for the mobile game "Sort em all".
Sorting-Visualized
Different algorithms of sorting visualized using a 2-D library.
Sudoku-Solver
A sudoku solver implementation using Python and C++