Skip to content
View kkiminki's full-sized avatar

Block or report kkiminki

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

    An implementation of Depth First Search on a Graph ADT built of Lists

    C 1

  2. MCTSBot MCTSBot Public

    An implementation of a MCTS bot in python

    Python 1

  3. Compiler Compiler Public

    Compiler Project

    C++

  4. LexSorterJava LexSorterJava Public

    A java implementation of a list ADT used to sort input lexicographically

    Java

  5. LexSorterC LexSorterC Public

    A C implementation of a List ADT that is used to lexicographically sort input

    C

  6. Matrix Matrix Public

    An implementation of a matrix ADT built of Lists. The Client gives information about the input matrices

    Java