Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

how to read last n lines from a file in C

c algorithm data-structures

In C#, is there a queue which can only hold an object once in its lifetime?

c# data-structures queue

Data structures for fast intersection operations?

How to convert the values of a Map of List to a single List

How to store bidirectional relationships

A Haskell hash implementation that does not live in the IO monad

How to maintain lists of 'currently most popular' items for each item category, in a web application?

K-th element in a heap tree

What's the size of a prefix tree (trie) that contains all the english words?

data-structures trie

How do I further optimize this Data Structure?

How should I define a binary tree in Haskell?

Data structure to represent multiple equivalent keys in set in Python?

python data-structures set

Minimum number of AND operations to make all array elements zero

Why PriorityQueue in Java cannot have initialCapacity 0?

How to store millions of Double during a calculation?

how can I store 3 integer in priority_queue?

How Can I return second element of stack without pop() function in C++?

c++ data-structures stack

how can I create a truly immutable doubly linked list in C#?

How to print all words in a Trie?

c++ data-structures trie

Suffix tree VS Tries - in plain English , what's the difference?