Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

C Directed Graph Implementation Choice

Data structure with O(1) insertion time and O(log m) lookup?

Search structure with history (persistence)

What are some good resources for learning backtracking, branch-and-bound and dynamic programming algorithms? [closed]

Tree traversal - starting at leaves with only parent pointers?

Java Map with keys of 3 columns

Convert structure from C to Delphi

Efficient alternative to Data.Vector.dropWhile

API Design: Caching “partial” nested objects

Least number of perfect square numbers that sums upto n

Search in Rotated Sorted Array in O(log n) time

Monotonic stacks and queues. Definition and examples

Good Data Structure for Unit Conversion? [closed]

Languages with native / syntactical / inline graph support?

Are any implementations of Bloomier filters available?

Convert string to tree representation with rules

Printing all possible words from a 2D array of characters

Select combination of elements from array whose sum is smallest possible positive number

compliant variable length struct in C++

Java - LinkedList push() pop() implies it is a stack, not a queue?