Skip to content
View kkuivi's full-sized avatar
Block or Report

Block or report kkuivi

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

    Simple compiler for a custom mini language implemented in Java

    Java

  2. datastructures datastructures Public

    Implementation of some common data structures and algorithms in Java

    Java

  3. LibraryManagementProgram LibraryManagementProgram Public

    Interactive database to be used in a library

    Java

  4. AIND-Isolation AIND-Isolation Public

    An adversarial search agent to play the game, "Isolation".

    Python

  5. AIND-Sudoku AIND-Sudoku Public

    A game solving agent to solve Diagonal Sudoku Puzzles.

    Python

  6. PowerSet PowerSet Public

    This program contains two methods that create and store the list of subsets of a set. One method does this iteratively while the other does this recursively.

    Java