[图书][B] Introduction to algorithms

TH Cormen, CE Leiserson, RL Rivest, C Stein - 2022 - books.google.com
A comprehensive update of the leading algorithms text, with new material on matchings in
bipartite graphs, online algorithms, machine learning, and other topics. Some books on …

[PDF][PDF] Introduction to algorithms

H Thomas - 2009 - diglib.globalcollege.edu.et
Before there were computers, there were algorithms. But now that there are computers, there
are even more algorithms, and algorithms lie at the heart of computing. This book provides a …

[图书][B] Algorithms and data structures: The basic toolbox

K Mehlhorn, P Sanders, P Sanders - 2008 - Springer
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a
modern and active area of computer science. Every computer scientist and every …

Predecessor search

G Navarro, J Rojas-Ledesma - ACM Computing Surveys (CSUR), 2020 - dl.acm.org
The predecessor problem is a key component of the fundamental sorting-and-searching
core of algorithmic problems. While binary search is the optimal solution in the comparison …

[图书][B] Sequential and Parallel Algorithms and Data Structures

viii Preface reason for this change is that sequential processors have ceased to get
proportional performance improvements from increased circuit complexity. Although the …

[PDF][PDF] Introduction to algorithms

E Charles - 2009 - biblioteca.isctem.ac.mz
Before there were computers, there were algorithms. But now that there are computers, there
are even more algorithms, and algorithms lie at the heart of computing. This book provides a …

Concurrent hash tables: Fast and general (?)!

T Maier, P Sanders, R Dementiev - ACM Transactions on Parallel …, 2019 - dl.acm.org
Concurrent hash tables are one of the most important concurrent data structures, which are
used in numerous applications. For some applications, it is common that hash table …

[图书][B] Algorithm Engineering

M Müller-Hannemann, S Schirra - 2001 - Springer
The systematic development of efficient algorithms has become a key technology for all
kinds of ambitious and innovative computer applications. With major parts of algorithmic …

Practical performance of space efficient data structures for longest common extensions

P Dinklage, J Fischer, A Herlez… - … on Algorithms (ESA …, 2020 - drops.dagstuhl.de
For a text T [1, n], a Longest Common Extension (LCE) query lce_T (i, j) asks for the length of
the longest common prefix of the suffixes T [i, n] and T [j, n] identified by their starting …

Engineering parallel string sorting

T Bingmann, A Eberle, P Sanders - Algorithmica, 2017 - Springer
We discuss how string sorting algorithms can be parallelized on modern multi-core shared
memory machines. As a synthesis of the best sequential string sorting algorithms and …