| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-28 | Test (#4) | mzuenni | |
| * update * moved content in subdir * rename file * add test setup * add test setup * add github action * automaticly test all cpp files * timeout after 10s * setulimit and dont zero memory * test build pdf * install latexmk * update * update * ngerman * fonts * removed old code * add first test * added tests * test in sorted order * more tests * simplified test * more tests * fix suffix tree * fixes and improvements * done ust lst directly * fix swap * add links to pdf * fix constants * add primorial * add comment * various improvements * more tests * added missing stuf * more tests * fix tests * more tests * more tests * more tests * fix recursion? * test trie * more tests * only use python temporarily for listings * only use python temporarily for listings * more tests * fix longestCommonSubstring * more tests * more tests * made code more similiar * fix? * more tests * more tests * more tests * add ahoCorasick test + limit 4GB stack size * more tests * fix test * add additional test * more tests * more tests * fix? * better fix * fix virtual tree * more tests * more tests * recursive closest pair * more tests * decrease limit * new tests * more tests * fix name * more tests * add test * new test * more tests * more tests * more tests * more tests * new test and content * new code * new code * larger tests * fix and test * new test * new test * update pdf * remove comments * new test * more tests * more testcases * more tests * increased limit * more tests * more tests * more tests * new tests * more tests * shortened code * new test * add basic tests for bigint * more tests * removed old files * new test * ignore some files * more auto more ccw * fix test * more tests * fix * new tests * more tests * more tests * stronger test * actually verify delaunay... * more tests * fix header * more tests * run tests parallel? * test parralel? * add --missing * separate workflows * test * is the pdf checked? * separate workflows * fix workflow * more workflows --------- Co-authored-by: Yidi <noob999noob999@gmail.com> | |||
| 2024-06-30 | improvements | mzuenni | |
| 2024-06-28 | polishing | MZuenni | |
| 2024-06-04 | fix havel hakimi | mzuenni | |
| 2024-03-22 | reorder to improve spacing | Yidi | |
| 2024-03-22 | remove newlines | Yidi | |
| 2024-03-22 | same interface as dinic + delete one push relabel | Yidi | |
| 2024-03-22 | shorten hungarian | Yidi | |
| 2024-03-22 | minor (mostly spacing) changes | Yidi | |
| 2024-03-09 | virtual trees | Yidi | |
| 2024-03-09 | shorten 2sat | Yidi | |
| 2024-03-06 | add rerooting dp template | Lucas Schwebler | |
| 2023-11-19 | fixed runtime | mzuenni | |
| 2023-11-15 | hld: fix bug | f1or1an | |
| Nach Initialisierung mit root!=0 war nxt[root]!=root. Dadurch gab es (mindestens, aber nicht nur) diesen Fehler: Beim Aufruf von for_intervals mit u=v=root wurde f mit max(in[root], in[nxt[root]] =max(0, in[0]) =in[0], einer quasi beliebigen Zahl, aufgerufen | |||
| 2023-11-09 | fix matrix multiplication | MZuenni | |
| 2023-09-15 | shorten scc code + clear before each call | Noobie99 | |
| 2023-08-29 | fix | Noobie99 | |
| 2023-08-29 | remove 1 pushrelabel + consistency | Noobie99 | |
| 2023-08-29 | small fix + consistency | Noobie99 | |
| 2023-08-29 | consistency | mzuenni | |
| 2023-08-29 | consistency | mzuenni | |
| 2023-08-27 | improved hld | mzuenni | |
| 2023-07-10 | improved dinic, sped up hopcroft-karp | Noobie99 | |
| 2023-05-28 | minor changes + fix lca in hld | Noobie99 | |
| 2023-03-28 | merged | mzuenni | |
| 2023-03-01 | reformatted empty lines | MZuenni | |
| 2023-03-01 | removed direct calls to lst | MZuenni | |
| 2023-03-01 | added digit separator | MZuenni | |
| 2023-03-01 | removed trailing whitespaces and use more structured bindings | MZuenni | |
| 2023-02-28 | simplified tree isomorphism | MZuenni | |
| 2023-02-13 | squezed in new code :D | MZuenni | |
| 2023-02-13 | reformatted lineendings | MZuenni | |
| 2023-01-11 | dont use .size() | MZuenni | |
| 2023-01-10 | change whitespaces | mzuenni | |
| 2022-12-22 | removed usage off nonexisting macro (eb - emplace_back) | Noobie99 | |
| 2022-11-30 | Merge branch 'new-master' of github.com:mzuenni/ContestReference into new-master | MZuenni | |
| 2022-11-30 | use all macro | MZuenni | |
| 2022-10-16 | fixed typo | mzuenni | |
| 2022-06-27 | updated tcr | mzuenni | |
| 2017-12-22 | Adding new code for sparse table implementation and LCA. | Paul Jungeblut | |
| 2017-12-15 | Adding another comment to max weight bipartite matching code. | Paul Jungeblut | |
| 2017-12-15 | Adding some comments in matching code. | Paul Jungeblut | |
| 2017-12-15 | Adding code for max weight bipartite matching. | Paul Jungeblut | |
| 2017-11-17 | Changing few lines in Tipps/Tricks section and shortenig shortest paths section. | Paul Jungeblut | |
| 2017-11-17 | Removing text about MSTs, since it wastes space. | Paul Jungeblut | |
| 2017-10-31 | Adding code for the value of the maximum matching. | Paul Jungeblut | |
| 2017-10-28 | Removing push relabel algorithm from document. Wastes space. | Paul Jungeblut | |
| 2017-10-28 | Removing Kruskal code. | Paul Jungeblut | |
| 2017-10-22 | Fixing linebreaks in bitonic TSP. | Paul Jungeblut | |
| 2017-10-22 | merge. | Paul Jungeblut | |
| Merge branch 'master' of https://github.com/pjungeblut/ChaosKITs | |||
