Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in data-structures

pointer operation in c & c++

c++ c pointers data-structures

Why is VecDeque slower than a Vec?

Print binary tree nodes

Minimum transfer to make array equal

algorithm data-structures

Multiply two numbers without using multiplication [closed]

the time complexity of Skip List

How the key-value databases work? [closed]

Data structure for finding maximum of subarrays in better than O(log n) expected time

Given a function rand7(), write a function which rand10() uniformly

algorithm data-structures

Efficent way to manage 100 items in C with little overhead

Why do we need to detect a loop in a linked list

Queue-like data structure with random access element removal

c++ data-structures

How to find that two words differ by how much distance>> Is there any shortest way for this

Why use dynamic memory allocation(i.e. malloc()) when implementing linked list in c?

What Is The Structure Of a XPS File

Fastest data structure for inserting data, not for searching

c++ data-structures

Reasons as to use Quadratic Probing for Hash table implementation

BFS algorithm Introduction to algorithms book by cormen,leiserson etal