Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

Recursive data-structures without the use of pointers

How to inherit structure in a plain C

How to map a function over a part of a nested data structure?

haskell data-structures

Recursive and non recursive procedures for trees

c++ data-structures oop

How to develop and then parse a data structure

Weighted quick-union with path compression- Implementation

Why we use big O notation for best and average cases also?

Is Stack with PushAt/PopAt still a Stack?

data-structures

At which levels in a max-heap might the `k`-th largest element reside?

Quadtree moving of stored points

Is it a good practice to do following idea based on ListView?

Removal of unused or redundant code [duplicate]

Kotlin standard approach of making new map from an immutable map and additional key-value

dictionary shared between objects for no reason?

How to find an optimal solutions for 2 teams playing against each other?

K'th Min From a set of intervals

Python cached list

Sum a List with Different Operator in Python