Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

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

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?