Skip to content
View cruzfelipee's full-sized avatar
  • Brazil

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
cruzfelipee/README.md

Hi 👋! My name is Felipe and I'm an aspiring Software Engineer from Brazil

stats graph languages graph activity-graph graph

javascript logo python logo c logo figma logo git logo github logo go logo java logo lua logo linkedin logo trello logo


Snake animation

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