| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-30 | more tests | mzuenni | |
| 2024-07-30 | Update README.md | mzuenni | |
| 2024-07-30 | removed old slow code | mzuenni | |
| 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-07-01 | -java + python | mzuenni | |
| 2024-06-30 | improvements | mzuenni | |
| 2024-06-28 | polishing | MZuenni | |
| 2024-06-28 | merge | MZuenni | |
| 2024-06-28 | update highly composite table | MZuenni | |
| 2024-06-27 | fix | Yidi | |
| 2024-06-24 | improve segtree lower_bound performance | Yidi | |
| 2024-06-22 | fix | mzuenni | |
| 2024-06-18 | fix rho | mzuenni | |
| 2024-06-04 | fix havel hakimi | mzuenni | |
| 2024-05-14 | add missing files | Yidi | |
| 2024-03-25 | fix indent | Yidi | |
| 2024-03-22 | reorder to improve spacing | Yidi | |
| 2024-03-22 | change extended euclid | 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-20 | improve aho corasick | Yidi | |
| 2024-03-20 | shorten manacher | Yidi | |
| 2024-03-13 | new crt | Lucas Schwebler | |
| 2024-03-13 | add inv, log, exp of formal power series | Lucas Schwebler | |
| 2024-03-09 | virtual trees | Yidi | |
| 2024-03-09 | shorten 2sat | Yidi | |
| 2024-03-06 | add rerooting dp template | Lucas Schwebler | |
| 2024-02-12 | fix suffixArray | Noobie99 | |
| 2024-02-05 | renamed ntt and bitwiseConv function + more multiply functions | Noobie99 | |
| 2024-02-03 | fix indent | mzuenni | |
| 2024-02-03 | improved | mzuenni | |
| 2024-02-02 | change fft, ntt and bitwise transforms | Noobie99 | |
| 2024-02-02 | improve suffixArray | Noobie99 | |
| 2024-02-01 | fix | mzuenni | |
| 2024-02-01 | improved sa | MZuenni | |
| 2024-01-30 | add multiply function for fft | Noobie99 | |
| 2024-01-30 | improve lis | Noobie99 | |
| 2024-01-30 | fix sparseTable | Noobie99 | |
| 2024-01-30 | use int128 for hash | Noobie99 | |
| 2024-01-30 | improve segment trees | Noobie99 | |
| 2024-01-26 | lll | mzuenni | |
| 2023-11-22 | fix + pdf | Noobie99 | |
| 2023-11-22 | change rolling hash | Noobie99 | |
| 2023-11-22 | add layout toggle command | Noobie99 | |
| 2023-11-19 | fixed runtime | mzuenni | |
| 2023-11-17 | removed unnecessary assignment | mzuenni | |
| 2023-11-15 | add shortModInv and /usr/bin/time -v | Lucas Schwebler | |
| 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 | |||
