Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Is there a data structure that holds sets of data in .NET?

.net data-structures set

What data structure to use for indexing data for partial %infix% searching?

Benefits of "both" arraylist and linkedlist... possible in java?

An ordered dictionary supporting decrease-key?

Do any array based, bounded, wait free stacks exist?

Data structure for set of (non-disjoint) sets

algorithm data-structures

A dictionary with a unique possible value for each key?

Dynamic order statistic: get k-th element in constant time?

Data Structure for fast insertion and random access in already sorted data

Given n rectangles coordinates, find area of region where k rectangles intersect?

How to best store lines in a kd-tree

2D Spatial Data Structure suitable for Flocking Boids in Java

What is the best C# Data Structure(s) For the Following Situation

c# data-structures

Remove duplicates from tree

Zipper data structure for graphical model editor

Pattern to get objects structured difference and statistics or how to create diff tool

Disadvantage of circular queue?

Is there a reason the Java library designers explicitly required TreeMap to be a red/black tree?