Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

How to traverse a binary tree in O(n) time without extra memory

Efficient Hashmap Use

Random-access container that does not fit in memory?

ArrayList of arrays vs. array of ArrayLists vs. something similar