Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Is there an elegant way to reduce an structure to a simple array?

php data-structures

Best Data Structure to store marks and ranks of students

Is this function (for loop) space complexity O(1) or O(n)?

One line tree implementation

Fast approximate algorithm for cardinality of sets intersection

Which is a better implementation to implement a trie node's children - array or hashmap?

Datastructures used in DBMS

How sets, multisets, maps and multimaps work internally

What is the behavior of ruby Hash#merge when used with a block

Data structure with fast indexOf?

Overriding .init in custom type in D

data-structures d

Circular buffer implementation in C

Does PHP have an ordered dictionary?

php data-structures

Perfect Hash Functions

Cycle detection in a linked list : Exhaustive theory

How to Reduce Time Complexity [closed]

Is there a data structure / library to do in memory olap / pivot tables in Java / Scala?

scala data-structures olap

How .NET Dictionary implementation works with mutable objects

Arrays.sort() -- two different strategies for primitive & complex data types to be sorted

Removing unnecessary/duplicates parentheses from arithmetic expressions using stack(s)

java data-structures stack