Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

What happens to child datastore objects after deleting the ancestor?

Java - return a reference to a specific place in a linkedlist with list iterator

Why class Node in LinkedList defined as static but not normal class [duplicate]

Why is evaluating keys to WHNFs enough to construct Sets in Haskell?

How to implement a cache friendly dynamic binary tree?

converting each element from string to int in nested list in python [duplicate]

Find a Circle ((x,y,r)) that has maximum number of points 'on' it; given a set of points(x,y) in a 2D plane

algorithm 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