Skip to content

Commit 1fc577d

Browse files
committed
Split arq_tree.rs into new range_query directory
1 parent eddc8b4 commit 1fc577d

File tree

10 files changed

+702
-688
lines changed

10 files changed

+702
-688
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Rather than try to persuade you with words, this repository aims to show by exam
3939
- [Basic graph representations](src/graph/mod.rs): adjacency lists, minimum spanning tree, Euler path, disjoint set union
4040
- [Network flows](src/graph/flow.rs): Dinic's blocking flow, Hopcroft-Karp bipartite matching, min cost max flow
4141
- [Connected components](src/graph/connectivity.rs): 2-edge-, 2-vertex- and strongly connected components, bridges, articulation points, topological sort, 2-SAT
42-
- [Associative range query](src/arq_tree.rs): known colloquially as *segtrees*, and Mo's query square root decomposition
42+
- [Associative range query](src/range_query): known colloquially as *segtrees*, and Mo's query square root decomposition
4343
- [GCD Math](src/math/mod.rs): canonical solution to Bezout's identity
4444
- [Arithmetic](src/math/num.rs): rational and complex numbers, linear algebra, safe modular arithmetic
4545
- [FFT](src/math/fft.rs): fast Fourier transform, number theoretic transform, convolution

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy