Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Is there a Java Collection (or similar) that behaves like an auto-id SQL table?

What is a good data structure to represent an undirected graph?

a layman's term for identifying relationship

How do I compare two complex data structures?

How can you print out a tree in a nicely formatted way?

compressed string storage

Haskell data structures for DB backed application

How do you implement a linked list within an array?

data-structures

Recursion versus manual stacks - Which is preferred in which case?

Can I pass a structure into a function that takes void*?

Suggestions for Sparse Vector implementation without using outside libraries

A variation of the "Find common ancestor"

design a Queue that supports getMedian function

algorithm data-structures

Efficiency of growing a dynamic array by a fixed constant each time?

Minimum base of a number which makes it a palindrome when represented in that base

c math data-structures

Checking if nested attribute exists

Algorithmic complexity of Data.Hashtable

is.atomic() vs is.vector()

The reason for different implementation of Stack and Queue in Java?

What is the best data structure in .NET for look-up by string key or numeric index?