Skip to content
View SIPFernandes's full-sized avatar

Block or report SIPFernandes

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

Pinned Loading

  1. PhoneNumberAggregator PhoneNumberAggregator Public

    The perfect solution for this challenge

    C#

  2. My-8Queens-Problem-Solution My-8Queens-Problem-Solution Public

    Given an input with the initial position of the 8 queens in a 8*8 board find a solution as fast as possible. While solving 8 queens problem, I simplified the backtracking algorithm and added permut…

    Java

  3. My-Simple-Monte-Carlo-Tree-Search-for-Tic-Tac-Toe My-Simple-Monte-Carlo-Tree-Search-for-Tic-Tac-Toe Public

    While i was implementing the Monte Carlo Tree Search algorithm to learn and play Tic-Tac-Toe from scratch, I found out a simpler and efficient way of doing it then the one that every one is talking…

    Java

  4. My-PS4-eShop My-PS4-eShop Public

    This eshop was developed for web applications development subject as the final project, it was made with the codeigniter framework. The theme was free so I chose my favorite console PS4 from Sony!!

    Smarty

  5. Trap-The-Mouse-Game Trap-The-Mouse-Game Public

    Stop the mouse from getting any cheese in the border by placing walls in it's path.

  6. Infix-to-Postfix-converter-calculator Infix-to-Postfix-converter-calculator Public

    Written in assembly for Computer Architecture subject in my first year.

    Assembly