Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Best self-balancing BST for quick insertion of a large number of nodes

Prove that binary trees with the same inorder and preorder traversals are identical?

Java in memory SQL Table like data structure

java sql data-structures

Data structure for querying whether a given subset exists in a collection of sets

How to implement a dynamic-size hash table?

data-structures hashtable

What is the difference between a "container" and a "data structure"?

Where is the "*simpler* real-time catenable deque" work of Tarjan and Mihaescu?

Treap with implicit keys

Does Cocoa Touch have a search tree data structure?

CouchDB - hierarchical comments with ranking. Hacker News style

Spatial data structure for finding all points greater than or less than a value in each cartesian dimension

Prefix search against half a billion strings

Why doesn't max-priority queue have DECREASE-KEY?

algorithm data-structures

What is the best standard data structure to build a Graph?

Graph Data Structures with millions of nodes (Social network)

c oop data-structures graph

Intelligent purely functional sets

Move all odd positioned element to left half and even positioned to right half in-place

Is there a better way to create a multidimensional strongly typed data structure?

c# data-structures f#

Equivalence classes and union/find in a functional language

How to check if a structure is initialized?