Pinned Repositories
40-algorithms-every-programmer-should-know
Repo to store algorithms from 40-algorithms-every-programmer-should-know book implemented in C++
Adversarial-search
Algorithms
Here, there are some stored algorithms
codeforces-scraper
Some py-functions built-up to scrape public information about codeforces users using codeforces-API
DataStructures
Some data structures made up in c++
dbscan
DBSCAN implementation in c++
kd-tree
Implementation of KDTree
quad-tree
Basic Implementation for Quad-Tree
spotify-api
Getting started with spotify API for developers
yarl
Yet Another Regular Language is a project which aims to compile Chocopy-Python syntax
RayverAimar's Repositories
RayverAimar/dbscan
DBSCAN implementation in c++
RayverAimar/Adversarial-search
RayverAimar/Algorithms
Here, there are some stored algorithms
RayverAimar/CG-rubiks-cube-solver
An OpenGL Rubik's Cube implementation with his proper solver made up in c++
RayverAimar/DataStructures
Some data structures made up in c++
RayverAimar/kd-tree
Implementation of KDTree
RayverAimar/quad-tree
Basic Implementation for Quad-Tree
RayverAimar/Computer-graphics-practices
Practices for Computer Graphics course using OpenGL API
RayverAimar/D4d4
RayverAimar/fifteen-puzzle-game
Fifteen puzzle game in HTML5
RayverAimar/gcc
RayverAimar/k-means
Implementation of K-means algorithm for data clustering
RayverAimar/Lab-CCOMP2-2.1
RayverAimar/mini-games
Some games built up in c++
RayverAimar/Network-protocols
This repository hosts different client and server protocols implementations learnt in - CS231 Network & Communications course
RayverAimar/Projection-Z-order
RayverAimar/TSP-genetic-algorithm
RayverAimar/XTree
XTree Implementation