Skip to content
View cruzfelipee's full-sized avatar

Highlights

  • Pro

Block or report cruzfelipee

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ParticleSimulator ParticleSimulator Public

    A highly customizable non-deterministic particle simulation.

    Java

  2. CrosswordSolver CrosswordSolver Public

    The algorithm generates a crossword board given a matrix of "." and "?", where "." represents an unfillable space and "?" represents a letter of a word.

    Python

  3. KnightsTour KnightsTour Public

    Backtracking algorithm that solves the Knight Tour problem

    Java

  4. NQueens NQueens Public

    Backtracking solution for the N-Queens problem.

    Java