Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

given a node how can I find previous node in a singly linked list

Fastest immutable list data structure for lots of concatenation and a single iteration

How to implement a double linked list with only one pointer?

algorithm data-structures

LinkedList remove method

Best data structure for an immutable persistent 3D grid

Data structure for selecting groups of machines

Most common element in an array / Finding the relative majority, deterministically in O(n) time and O(1) space?

algorithm data-structures

Generating suffix tree of string S[2..m] from suffix tree of string S[1..m]

Print Specific nodes at a every level calculated by a given function

Interview Question: Data structure for a large social network [closed]

algorithm data-structures

Recommended data structure for 1 million+ ordered collection in .NET 3.5

What is the most standard file format and notation for persisting expressive directed graphs?

How does OEIS do subsequence search?

How to generate Markov Chain in C#

Java: versioned data structures?

java data-structures

Datastructure and algorithm to detect collisions of irregular shaped moving objects

algorithm data-structures

Good data structure for representing multigraph (C++)

c++ data-structures graph

What is a vocabulary tree and how to build one?

Why is there no peek! function for clojure transient vectors?