New posts in data-structures

Advanced data structures in practice

Declaring and initializing a string array in VB.NET

Applications of red-black trees

Why use binary search if there's ternary search?

Runtime Error: merge two sorted arrays in C++

Removing last object of ArrayList in Java

Efficient Array Storage for Binary Tree

Why code-as-data?

Memory Efficient Alternatives to Python Dictionaries

How do you write data structures that are as efficient as possible in GHC? [closed]

Given a 1 TB data set on disk with around 1 KB per data record, how can I find duplicates using 512 MB RAM and infinite disk space?

Why are hash table expansions usually done by doubling the size?

Rebalancing an arbitrary BST?

Zipping lists of unequal size

Finding kth smallest number from n sorted arrays

Trie vs. suffix tree vs. suffix array

AVL tree vs. B-tree

How to implement a binary search tree in Python?

Does C have any tools for doing string addition?

Red Black Tree versus B Tree