Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Default HashMap probing in Java

Is there a Java data structure that is effectively an ArrayList with double indicies and built-in interpolation?

Two-way Hash Table in Erlang

data-structures erlang

Building kd-tree in cuda

A faster sorting algorithm given a magic data structure?

Find swapped nodes in a BST

Can I do this with Boost interval_map?

Designing the Oxford English Dictionary

AutoResetEvent and multiple Sets

Finding the balance point in an array

Is there a module that implements an efficient array type in Erlang?

Binary Search Tree key/value pair - I know the value but not the key C++

Memory efficient way to store strings

Adding element to front of linked list in C

Java : Datastructure to stock lots of words

java data-structures

Sparse array with O(1) indexing and O(1) prev and next

algorithm data-structures

Making more "functional" code in Scala to use immutable collections

What is an unbounded array?

Is there any good algorithm for detecting the clients which stopped sending heartbeats to server?

How to safely implement "Using Uninitialized Memory For Fun And Profit"?