Games

ecommerce

Breadth First Search - React

Graph traversal means visiting every vertex and edge exactly once in a well-defined order. While using certain graph algorithms, you must ensure that each vertex of the graph is visited exactly once. The order in which the vertices are visited are important and may depend upon the algorithm or question that you are solving.

TypeScript - 75%
HTML - 5%
CSS - 25%
  • ReactTypeScriptCanvas
ecommerce

Sudoku

Give your brain a small challenge by playing a game of sudoku. There's a new puzzle every day. Sudoku puzzles, which are popular worldwide, require individuals to infer the missing digits in a 9 × 9 array according to the general rule that every digit from 1 to 9 must occur once in each row, in each column, and in each of the 3-by-3 boxes in the array.

JavaScript - 75%
HTML - 10%
SCSS - 15%
  • JavaScript