index
:
tcr
master
Team Contest Reference
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcr.pdf
Age
Commit message (
Expand
)
Author
2016-10-06
Removed TSP and bitonic TSP since both are wrong. FIX IT!
Paul Jungeblut
2016-10-06
Maximum cardinality bipartite matching improved.
Paul Jungeblut
2016-10-06
Min cost max flow typesetting.
Paul Jungeblut
2016-10-06
Push Relabel space saving and fixing typos and sizing in flow section.
Paul Jungeblut
2016-10-06
Cosmetic changes to Ford Fulkerson with capacity scaling.
Paul Jungeblut
2016-10-06
Adapt LCA code.
Paul Jungeblut
2016-10-06
Improving Euler path code.
Paul Jungeblut
2016-10-06
Floyd Warshall improvements.
Paul Jungeblut
2016-10-06
Bellmann Ford now with C++11.
Paul Jungeblut
2016-10-06
Saving space in Dijkstra.
Paul Jungeblut
2016-10-06
Replacing Kruskal code to be compatible with union find implementation.
Paul Jungeblut
2016-10-06
Adjusting spacing between list items.
Paul Jungeblut
2016-10-06
Renamin sonstiges ot other.
Paul Jungeblut
2016-10-06
Adjusting datastructures chapter to new layout.
Paul Jungeblut
2016-10-05
Restructuring main latex file.
Paul Jungeblut
2016-10-05
Makes it easy to change team name and university.
Paul Jungeblut
2016-10-05
New two column layout to waste less space.
Paul Jungeblut
2016-10-05
Improve trie code.
Paul Jungeblut
2016-10-02
Deleted useless sentence for minimum spanning trees.
Paul Jungeblut
2016-10-02
Optical improvements of the datastructures section.
Paul Jungeblut
2016-10-02
Smaller code for segtree.
Paul Jungeblut
2016-10-02
Build document.
Paul Jungeblut
2016-09-28
C++11 for Dijkstra's algorithm!
Paul Jungeblut
2016-09-28
Better description and avoinding a pitfall in AHO Corasick.
Paul Jungeblut
2016-09-28
Improve usability FFT code.
Paul Jungeblut
2016-06-27
More changes in fenwick implementation.
Paul Jungeblut
2016-06-27
Fixes small errors in fenwick tree implementation.
Paul Jungeblut
2016-06-27
Math section rebuild, merged convinience and sonstiges section.
Paul Jungeblut
2016-06-27
Added C++ bigint implementation.
pjungeblut
2016-05-24
String fixes and STL-Debug flag.
Paul Jungeblut
2016-04-24
Adding 3D spheres and some small changes to KMP.
Paul Jungeblut
2016-02-14
Improving math section.
Paul Jungeblut
2016-02-14
Adding colors for better look.
Paul Jungeblut
2016-02-14
Adding Jojo's Miller-Rabin code to the document and improving prime sieve.
Paul Jungeblut
2016-02-06
Adding an Aho-Corasick automaton for string multimatching.
Paul Jungeblut
2016-01-23
Adding stuff to convinience section. Fast IO.
Paul Jungeblut
2016-01-23
Removes section about sorting in linear time.
Paul Jungeblut
2016-01-23
Improvements to convex hull algorithm.
Paul Jungeblut
2016-01-16
Adding method to get the intersection of two line segments.
Paul Jungeblut
2016-01-13
Adding comment to the polygonArea function describing the sign of the result.
Paul Jungeblut
2016-01-12
Adding an FFT and sample code to multiply two polynomials in O(n log(n)).
Paul Jungeblut
2016-01-12
correct primeSieve and improve prime factorization
kittobi92
2016-01-11
Adding an FFT to be able to multiply two polynomials in time O(n log n).
Paul Jungeblut
2016-01-08
Adding a push relabel max flow algorithm to the TCR.
Paul Jungeblut
2016-01-07
Improvemnts for Floyd Warshall with negative edges/cycles.
Paul Jungeblut
2016-01-06
Removing Edmonds Karp since capacity scaling is faster.
Paul Jungeblut
2016-01-06
Deleting roman numerals. I mean seriously ;)
Paul Jungeblut
2016-01-06
New code for min cost max flow. Much faster.
Paul Jungeblut
2015-12-04
Renaming variable in union find data structure. Old name was misleading.
Paul Jungeblut
2015-12-04
Adding Kruskal algorithm
kittobi92
[prev]
[next]