Skip to content
View konczyk's full-sized avatar

Block or report konczyk

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

    Parallel k-means clustering algorithm

    Scala

  2. shortest-path shortest-path Public

    Heap-based Dijkstra's shortest-path algorithm

    Scala

  3. wordnet wordnet Public

    A semantic lexicon for the English language

    Java

  4. kdtree kdtree Public

    Represent a set of points in the unit square using a 2d-tree

    Java

  5. 8puzzle 8puzzle Public

    Solve the 8-puzzle problem using the A* search algorithm

    Java

  6. scc scc Public

    Compute strongly connected components of a directed graph using Kosaraju's algorithm.

    Python