• Stars
    star
    12
  • Rank 1,597,372 (Top 32 %)
  • Language
    Java
  • License
    MIT License
  • Created almost 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Java implementation of an order statistic tree.

More Repositories

1

ToyVM

A simple virtual machine written in C.
C
17
star
2

IndexedLinkedList

A candidate indexed, linked list data structure for OpenJDK.
Java
16
star
3

GraphSearchPal

An experimental/research GUI application for demonstrating pathfinding algorithms.
Java
15
star
4

DelayedGraphSearchLibrary

A small Java library for efficient pathfinding in unweighted graphs with slow expansion operations.
Java
3
star
5

cskit

Computer science kit: a collection of algorithms and data structures.
Java
3
star
6

WikipathWeb

A web application for searching shortest paths in the Wikipedia article graph.
Java
2
star
7

Tree

A Java implementation of a generic tree.
Java
2
star
8

GramSchmidtProcess

The Java implementation of the Gram-Schmidt process for computing orthogonal bases.
Java
2
star
9

FunkyPathfinding

Java
2
star
10

codereview.dagsp

Dag shortest path algorithm for CodeReview
Java
2
star
11

BayesianNetworkQuery

A command line program for constructing Bayesian networks and doing queries on them.
Java
2
star
12

ACM-DL-Crawler

A multithreaded crawler for ACM's digital library developed in Java.
Java
2
star
13

MScStuff

C++
1
star
14

ds4linux

A small *nix command line utility for tagging the directories and chdir
C++
1
star
15

Algotype.js

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

MultipleSequenceAligner

Aligning multiple genomic sequences in Java
Java
1
star
17

StablePriorityQueueCPP

An efficient C++ implementation of a stable priority queue.
C++
1
star
18

GraphDatastruct

A small Java library for easy management of graphs.
Java
1
star
19

SudokuSolver

Java
1
star
20

ParallelIntQuicksort

Java
1
star
21

ReversibleDeque

A java.util.Deque implementation supporting full reversal in O(1).
Java
1
star
22

BeamSearch

Java
1
star
23

coderodde.c.utils

Missing fundamental data structures for C.
C
1
star
24

AssociationRuleGenerator

Java Apriori algorithm for generating frequent itemsets and a procedure for generating association rules.
Java
1
star
25

jToyAssembler

A Java implementation of the assembler for ToyVM.
Java
1
star
26

CaesarFileTool

A small Java program for encrypting and decrypting files with an integer cipher.
Java
1
star
27

HuffmanCompressor

A Java program for encoding/decoding files using Huffman algorithm.
Java
1
star
28

apijbook

TeX
1
star
29

dt

A funky system for tagging directories and switching in bash through all of them! :3
C
1
star
30

WikipediaGraphNodeExpanders

Forward and backward node expanders of the Wikipedia article graph.
Java
1
star
31

GA4TSP

A genetic algorithm for solving the travellling salesman problem.
Java
1
star
32

ds4mac

A tiny Mac OS program for tagging directories and switching between them via tags.
C++
1
star
33

HiddenMarkovModel.java

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

RankSelectBitVector.java

A bit vector implementation supporting O(1) rank() and O(log n) select() in Java.
Java
1
star
35

Chess.java

A chess engine library in Java.
Java
1
star