Skip to content
View peterhenrique's full-sized avatar

Block or report peterhenrique

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. Linked-Lists Linked-Lists Public

    In this project I'll recreate a linked list as a means to familiarize myself with a simple dynamic data structure

    Ruby

  2. Binary_Search_Trees Binary_Search_Trees Public

    In here I'll apply basic computational algorithms to create a binary search tree.

    Ruby

  3. Knight_trevails Knight_trevails Public

    A knight in chess is a very special piece. Since it moves in a "L", it can go to all squares in a 8x8 board. In here I'll use search algorithms to attempt to create an script that shows the minimum…

    Ruby

  4. tic_tac_toe tic_tac_toe Public

    In here I'll apply the principles of OOP to create a simple game of Tic-tac-toe

    Ruby

  5. Connect-Four Connect-Four Public

    This is my first real project using ttd, on which i'll apply the red-green-refactor process to create a simple connect four game

    Ruby

  6. sql_zoo sql_zoo Public

    In here I'll realize the SQL ZOO exercises