Skip to content
View jeroenvanl's full-sized avatar

Block or report jeroenvanl

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. Ransac Ransac Public

    Using the Random Sampling Consensus technique for plane detection in point clouds.

    Python 1

  2. BloomFilter BloomFilter Public

    An implementation of the Bloom Filter algorithm to efficiently look up whether a string is contained within a table.

    C

  3. LempelZivWelch LempelZivWelch Public

    An implementation of the Lempel Ziv Welch repetition detection algorithm to re-write a piece of code in a more condensed way.

    C

  4. ManhattanDistance ManhattanDistance Public

    A solver of the Eight-Tile puzzle, using Manhattan Distance heuristics to estimate the speed.

    C

  5. MiniMax MiniMax Public

    This project implements Minimax AI to play the tic-tac-toe game against the computer.

    Java

  6. Database Database Public

    A design for a database program with UI.

    Java