Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Why isn't System...Stack<T> implemented as a Linked List?

c# .net data-structures

how to create a heterogeneous link list in c or c++

Disjoint-set forests - why should the rank be increased by one when the find of two nodes are of same rank?

Find all the elements in an array which occur odd number of times

What is an associative container?

Does the amount of code make a data structure larger?

c# data-structures size

Graph representation in Java

java data-structures graph

Where can I find a Perl module for converting a Perl data structure into a JavaScript one?

Knowledge required to build your own integer class?

Is there a way to apply the Knuth shuffle to a Stack data structure?

What is a good way to determine dates in a date range?

Calculate height of a tree

Why is there no queue in Cocoa?

What's a good data structure for a 24hr minute-by-minute boolean record

c++ data-structures

Perl: Create a hash from an array

Does Java have a data structure that stores key value pairs, equivalent to IDictionary in C#? [duplicate]

I was asked this in a recent interview

algorithm data-structures

Object cache data structure with "object expiration"

C++ STL set implementation

Binary tree to get minimum element in O(1)