Skip to content
View OmarKaempfer's full-sized avatar

Block or report OmarKaempfer

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. trade-route-aco trade-route-aco Public

    An implementation of the ant colony optimization to find the best trading route, the one that yields the highest profit. Thought as a web service that retrieves the model data from a DB.

    Java 1

  2. highway-billboard-dynamic-programming highway-billboard-dynamic-programming Public

    An implementation of different dynamic programming approaches to solve the highway billboards problem.

    Python

  3. nqueens-brute-force-java nqueens-brute-force-java Public

    Solves the n-queens problem with a brute force approach. It has a no repetition permutations iterator for the boards generation and a utility class with the solution checking and board printing logic.

    Java

  4. nqueens-brute-force-python nqueens-brute-force-python Public

    Solves the n-queens problem with a brute force approach. It has a no repetition permutations iterator for the boards generation and a utility class with the solution checking and board printing log…

    Python

  5. data-structures-and-algorithms-java data-structures-and-algorithms-java Public

    Java