Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Issue with Guava's BiMap and LinkedHashMap

Understanding a structure which contains a pointer of its own type

Multidimensional array in Java like PHP

java data-structures

Best data-structure to use for two ended sorted list

Fill a nested structure with values from a linear supply stream

Serializing persistent/functional data structures

High-performance way to eliminate semi-duplicate items from a list

Data structure for a story with multiple endings

Quicksort recursion depth Stack space of O(n) doesnot cause stackoverflow?

How to pop a value from cons list?

Good way to store data about u customers who visited w webpages on d days

Application-specific data and how to handle it?

Problem accessing HashMap data from another class

Finding out two such elements out of an unsorted array which have minimum difference without sorting the array

what should be used to create link list in C++, structures or classes

Checking if a word is made up of one or more concatenated dictionary words

What are some of the common performance issues, irrespective of programming language?

How to create the equivalent of a HashMap<Int, Int[]> in Lua

How to prove that finding a successor n-1 times in the BST from the minimum node is O(n)?