Skip to content
View danielbinder's full-sized avatar

Block or report danielbinder

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. LogiVis LogiVis Public

    A teaching aid for concepts and algorithms in logic

    Java 2

  2. Progress Progress Public

    A simple Java console progress wrapper to indicate the progress of one or multiple Collections or Arrays

    Java 1

  3. GameAI GameAI Public

    Generic AI for 2-player turn based games with small search spaces using the minimax algorithm enhanced by alpha-beta pruning.

    Kotlin

  4. DanielsCache DanielsCache Public

    A simple caching library for keeping a certain fixed amount of your computed objects with an LRU eviction strategy

    Java