Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

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

Delete a last node of linked list given pointer to that node

Find the longest common ancestor path per group in Java

Using dictionaries for conditional execution instead of if..elif [closed]

How is an "array" implemented in JavaScript? [duplicate]

Is it possible to create a struct whose size is not known at compile time?

c memory data-structures