-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalgoritmhafte.txt
44 lines (39 loc) · 1.61 KB
/
algoritmhafte.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Interval coverage √
Longest increasing subsequences √
Union Find √
Fenwick √
String matching √
String multi matching
Suffix sort
Dijkstra √
Dijkstra Timetable √
Bellman Ford √
Floyd Warshall √
Minimum Spanning Tree √
Maximum Flow √
Minimal Cut
Minimal Cost Maximum flow
Euler Path √
Rational Numbers √
Modular Arithmetic √
Linear Equation Systems with a Unique Solution √
Linear Equation Systems without a Unique Solution
Chinese Reminder Theorem - Relative Prime
General Chinese Reminder Theorem
Prime Sieve √
Integer Factorization √
Point Class
Point in Polygon
Intersection of Line Segments
Distance between Line Segments
Point Sets - Closest Pair of Points - Average Case
Point Sets - Closest Pair of Points - Worst Case
Point Sets - Convex Hull √
Point Sets - Maximal Set of Colinear Points
Linear Recurrences
Binary search √
Graham scan √
Kadanes algorithm
Longest common subsequence
Traveling salesman
2-Sat