M
M
Max Suprunenko2015-12-19 11:37:03
Algorithms
Max Suprunenko, 2015-12-19 11:37:03

Which algorithm is faster for information retrieval?

Which algorithm is faster for finding information: linked list, queue, binary search, or stack? How many times? If I wrote something wrong, correct me.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-12-19
@msuprunenko

Which algorithm is faster for information retrieval

Depends on what you are looking for, how the data is sorted, etc. To answer this question, we go to the nearest resource with a description of the algorithms and their complexity and think.

P
Pavel Elizariev, 2015-12-19
@effetto

It depends what kind of search you have and what kind of data. Few specifics. In general cases, the complexity of the passage for algorithms is calculated and known. There is also a hash table;) https://ru.wikipedia.org/wiki/%D0%A5%D0%B5%D1%88-%...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question