Skip to content
View vieira-giulia's full-sized avatar
Block or Report

Block or report vieira-giulia

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

Popular repositories

  1. tdd-project tdd-project Public

    Small project on testing practices in python.

    Python

  2. ColorCorrelationInArtHistory ColorCorrelationInArtHistory Public

    Simple computer vision mechanism that given the 10 most prominent colors of a given image, tries to classify from which time period it comes. This classification is based on learning the color patt…

    Jupyter Notebook

  3. dynamicProgramming-choiceToBet dynamicProgramming-choiceToBet Public

    This determines what is the largest value that can be achieved in an interval [0, X], starting with an integer V and summing or subtracting integers from a vector S (without changing it's order)

    C

  4. scrabble scrabble Public

    Scrabble game to be played in the computer's terminal.

    C

  5. median-externalQuickSort median-externalQuickSort Public

    this takes a matrix and gives you the average and median of each line, also the average of the whole matrix

    C

  6. graphSorting-BFSandDFS graphSorting-BFSandDFS Public

    graph sorting using DFS and BFS

    C