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

Block or report coderodde

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. Algotype.js Algotype.js Public

    A JavaScript library for easier typesetting of algorithms in HTML pages.

    JavaScript 1

  2. IndexedLinkedList IndexedLinkedList Public

    A candidate indexed, linked list data structure for OpenJDK.

    Java 16 1

  3. ToyVM ToyVM Public

    A simple virtual machine written in C.

    C 17 2

  4. HiddenMarkovModel.java HiddenMarkovModel.java Public

    A small library for building (first order) hidden Markov models and running maximum state path and sum of paths algorithms.

    Java 1

  5. ParallelRadixSort.java ParallelRadixSort.java Public

    A Java implementation of a parallel MSD radix sort for integer keys.

    Java

  6. ThreadPoolBidirectionalBFSPathFinder.java ThreadPoolBidirectionalBFSPathFinder.java Public

    A small Java library for performing efficient pathfinding in graphs with slow node expansion.

    Java