CuongLv1109's Blog Applications

This page is shown all the demos for all the applications that i already written in my personal blog. Hope this ui can help you dive into the project to see what it really does with user interface.

Butterfly Evolution

Demonstrate the evolution of butter fly using genetic algorithm. Basically, a flock of butterflies will change their color to adapt with the input color from the environment.

Matrix finding

Using A star algorithm to find the way in a matrix. You can define the start point, end point and all the walls for the matrix map

Vietnam superbrain

Solving a problem in "Vietnam superbrain" TV show. Find numbers in each cell of a chess table which row summary and column summary value are equal to a given number

Sudoku Resolver

Resolving sudoku with backtracking algorithm. I don't think i need to tell more about sudoku because this game is so well-known. About backtracking algorithm, you can read the article