Alexandre Chogovadze's repositories

Boggle

The game is played using a grid of lettered dice, in which players attempt to find words in sequences of adjacent letters.

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

burger-builder

A Burger Builder web app using React, Redux and with authentication with firebase

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

Inverse-Genetics

This is a recursive program that, given a protein (represented as a string of letters for its amino acids) and the mapping from amino acids to codons, prints out all possible RNA strands that could encode that particular protein.

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

material-ui-pickers

Date & Time pickers, built with ❤️ for @material-ui/core

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Priority-Queue

This app implements your own collection class: the priority queue

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

Random-language-generation

Random language generation using models of English text

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

react-lte

AdminLTE v3 template for ReactJS

Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0
Language:JavaScriptStargazers:0Issues:1Issues:0

Sierpinski

This is a recuresive program that asks the user for an edge length and a fractal order and draws the resulting Sierpinski Triangle in the center of the graphics window

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

Subsequences

function that accepts as input two strings and returns whether the second string is a subsequence of the first. Solution is recursive and does not use any loops (e.g. while, for).

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

Trailblazer

This app implements three classic graph algorithms – Dijkstra's algorithm, A* search, and Kruskal's algorithm – to build and navigate different terrains.

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

Word-Ladder

This is a program that finds a minimal word ladder between two words with a powerful algorithm called breadth-first search

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