2020
DOI: 10.1007/978-3-030-39357-1
|View full text |Cite
|
Sign up to set email alerts
|

Guide to Competitive Programming

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
8
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 7 publications
(8 citation statements)
references
References 0 publications
0
8
0
Order By: Relevance
“…Similarly, the method that uses multi-view spectral clustering will use embeddings [E] 2 and [E] 3 . The method of clustering by voting is validated by determining the best results after co-training by employing classifiers and obtaining the best results after classification.…”
Section: Proposed Approachmentioning
confidence: 99%
“…Similarly, the method that uses multi-view spectral clustering will use embeddings [E] 2 and [E] 3 . The method of clustering by voting is validated by determining the best results after co-training by employing classifiers and obtaining the best results after classification.…”
Section: Proposed Approachmentioning
confidence: 99%
“…The first one is a segment tree with range updates. The good book for the data structure is [16]. The second one is heavy-light decomposition (heavy path decomposition) [19,11] for a tree.…”
Section: Toolsmentioning
confidence: 99%
“…It has O(n) time complexity for preprocessing and O k(log n) 2 for processing a query. It is based on data structures and techniques like a segment tree [16], heavy-light decomposition (heavy path decomposition) [19,11] for a tree and fast algorithms for computing Lowest Common Ancestor (LCA) [5,4].…”
Section: Introductionmentioning
confidence: 99%
“…Our algorithms uses several data structures and algorithmic ideas like segment tree [13], suffix array [15], rolling hash [9] and prefix sum [5]. Let us describe them in this section.…”
Section: Toolsmentioning
confidence: 99%
“…We suggest a classical algorithm with running time O (n + L + m(log n) 2 ) = Õ(n + L), where L = |s 1 | + • • • + |s m |, |s i | is a length of s i and Õ does not consider log factors. The algorithm uses segment tree [13] and suffix array [15] data structures, concepts of comparing string using rolling hash [9,7] and idea of prefix sum [5].…”
Section: Introductionmentioning
confidence: 99%