Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Find First Unique Element

Python equivalent of std::set and std::multimap

Generalizing the find-min/find-max stack to arbitrary order statistics?

Arrays vs Linked Lists in terms of locality

LinkedList does not provide index based access, so why does it have get(index) method?

Haskell vector C++ push_back analogue

QuadTree for 2D collision detection

How to break down a given text into words from the dictionary?

Can an XOR linked list be implemented in C++ without causing undefined behavior?

How to display flat data structure into hierarchical data structure (Java)?

java data-structures

Compressed Graph Representation?

Python Counter alternative for Java

How to simulate tuples and sets in C#?

Implementing a one to many map in Java

java data-structures

Variable size bitset [duplicate]

c++ data-structures bitset

Purely functional soft heap

Is there any way to use hashtables/hashmaps in matlab? [duplicate]

matlab data-structures

How to move an element in a sorted list and keep the CouchDb write "atomic"

What is a B-tree page

data-structures tree b-tree

How is it possible to do binary search on a singly-linked list in O(n) time?