Skip to content
View ivanpgs's full-sized avatar

Block or report ivanpgs

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 Loading

  1. traveling-graph-greedy-algorithm traveling-graph-greedy-algorithm Public

    Starting out from city K, you have to plan a series of daily trips. Each day you want to visit a previously unvisited city in such a way that, on a route to that city, you will also pass through a …

    Java 6 7

  2. amazon-crawler amazon-crawler Public

    A Web crawler is a program that explores the Web by reading Web pages and following the links it finds on them to other pages, from which it extracts more links to follow, and so forth. A typical u…

    Java 5 3

  3. dessign-pattern-observer dessign-pattern-observer Public

    Observer Dessign Pattern sample program. Coding test from a Japanese company.

    Java

  4. mbzdb mbzdb Public

    Forked from elliotchance/mbzdb

    Port of the MusicBrainz database to run on other RDBMSs with replication (previously named MB_MySQL.)

    Perl

  5. diagonal-traversal-matrix diagonal-traversal-matrix Public

    Traversing a NxM matrix using diagonals.

    Java