Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Sorting a queue in O(n log n) using at most 2 queue

algorithm data-structures

Efficiently sum max(Ai+Bj, Bi+Aj) over all i, j

Time complexity of a Stack ADT implemented using a Linked List

Joining of binary trees

Finding number of distinct (unique) values in a sub-array for multiple queries

How to retrieve the kth element In subarray with given range in Java?

java arrays data-structures

How do I implement a constructor that takes variables from its base class?

Minimum Cost to reduce the size of array to 1

I tried to execute the following code on code blocks, where instead of getting the marks as 92.5 I get 0.000000

Data structures for graphs

How to properly write C structure to file on disk, so it was possible to use mmap on it?

What is a faster way of merging the values of this Python structure into a single dictionary?

How to perform recursion in python dictionary

Confusion with Threaded binary tree

c data-structures tree

how to display 1 million data from a table on UI