| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-22 | Removing pointers from trie implementation. | Paul Jungeblut | |
| 2017-10-22 | Removing pointers from Aho Corasick Automaton. | Paul Jungeblut | |
| 2017-10-22 | merge. | Paul Jungeblut | |
| Merge branch 'master' of https://github.com/pjungeblut/ChaosKITs | |||
| 2017-10-22 | Correcting typo in cut vertex/bridge algorithm. | Paul Jungeblut | |
| 2017-10-22 | Removing constant from matching code. | Paul Jungeblut | |
| 2017-10-22 | Removing stupid line from segment tree code. | Paul Jungeblut | |
| 2017-07-30 | Merge pull request #29 from mzuenni/master | Paul Jungeblut | |
| simplified code | |||
| 2017-07-30 | simplified code | mzuenni | |
| 2017-07-29 | Merge pull request #28 from mzuenni/master | Paul Jungeblut | |
| implemented new bitonic tsp algorithm | |||
| 2017-07-29 | removed todo | mzuenni | |
| 2017-07-29 | reincluded bitonic tsp | mzuenni | |
| 2017-07-29 | reimplemented old dp solution and added path reconstruction | mzuenni | |
| 2017-07-28 | fixed last inserted edge | mzuenni | |
| 2017-07-28 | implemented new bitonic tsp algorithm | mzuenni | |
| this algorithm technically can be used to to solve bitonic tsp with linear space (by calculating dist[i][j] on the fly) it should be easier to use, a little bit quicker and is able reconstruct the used tour(maybe there is an easier way to reconstruct it?) | |||
| 2017-07-24 | Merge pull request #26 from mzuenni/master | Paul Jungeblut | |
| Fix for disconnected graphs | |||
| 2017-07-22 | Update articulationPoints.cpp | mzuenni | |
| root has an other calculation for isArt | |||
| 2017-07-22 | Update articulationPoints.cpp | mzuenni | |
| updated coments | |||
| 2017-07-22 | Update articulationPoints.cpp | mzuenni | |
| fixed articulation points for disconnected graphs and automaticly set isArt for roots | |||
| 2017-07-20 | Removing unnecessary implication in OR-case | Paul Jungeblut | |
| 2017-07-15 | Small changes to make dinics algorithm more robust. | Paul Jungeblut | |
| 2017-07-15 | Removing unnecessary blank line in code. | Paul Jungeblut | |
| 2017-07-15 | Adding Hopcroft Karp Algorithm. | Paul Jungeblut | |
| 2017-07-10 | Merge | Paul Jungeblut | |
| Merge branch 'master' of https://github.com/pjungeblut/ChaosKITs | |||
| 2017-07-10 | Adding code to count the number of inversions. | Paul Jungeblut | |
| 2017-07-01 | Descriptive comment for matching code | Paul Jungeblut | |
| 2017-06-30 | Fixing typo | Paul Jungeblut | |
| 2017-06-26 | Adding iterative version of powMod. | Paul Jungeblut | |
| 2017-06-19 | Changing Team Name | Paul Jungeblut | |
| 2017-06-19 | Adding Dinic's algorithm with capacity scaling and numerical integration ↵ | Paul Jungeblut | |
| with adaptive simpson rule. | |||
| 2017-06-10 | Fixing error in chinese remainder theorem. | Paul Jungeblut | |
| 2017-06-10 | Beautifying treap code. | Paul Jungeblut | |
| 2017-06-10 | Removing stupid multMod. | Paul Jungeblut | |
| 2017-06-10 | Adding code to find first unused integer in set. | Paul Jungeblut | |
| 2017-05-13 | Adding more base cases to integer partition number. | Paul Jungeblut | |
| 2017-05-12 | Fixing error in recursion for partition number. | Paul Jungeblut | |
| 2017-05-04 | Adding fast Input/Output and Manacher's algorithm. | Paul Jungeblut | |
| 2017-04-02 | Adding formular for number of dearangements. | Paul Jungeblut | |
| 2017-04-02 | Adding mission semicolon. | Paul Jungeblut | |
| 2017-03-28 | Add for loop to iterate over all subsets of a bitmask. | Paul Jungeblut | |
| 2017-03-26 | Adding comment again in LCA code. | Paul Jungeblut | |
| 2017-03-26 | Correcting order in typedef. | Paul Jungeblut | |
| 2017-03-26 | Adding treap code and changes on LCA code. | Paul Jungeblut | |
| 2017-03-21 | Moving capacity scaling out of a struct. Speeds up. | Paul Jungeblut | |
| 2017-03-21 | Adding shortcut to NAND clause in 2-SAT code. | Paul Jungeblut | |
| 2017-03-21 | Adding section about partially ordered sets. | Paul Jungeblut | |
| 2017-03-19 | Slight changes to suffix tree and adding implicit cartesian STL tree. | Paul Jungeblut | |
| 2017-03-15 | Adding Suffix Tree code. | Paul Jungeblut | |
| 2017-02-24 | Lot's of small changes to math chapter. | Paul Jungeblut | |
| 2016-12-14 | Adding 2-SAT code. | Paul Jungeblut | |
| 2016-12-13 | Small changes. | Paul Jungeblut | |
