Commit Graph

340 Commits

Author SHA1 Message Date
Antti H S Laaksonen 778dfb02dd self-made -> home-made 2017-04-17 20:36:07 +03:00
Antti H S Laaksonen 636f7c4795 More about segment tree origin 2017-04-17 20:22:56 +03:00
Antti H S Laaksonen 4ab2897545 Add Z-algorithm implementation [closes #20] 2017-04-17 18:26:00 +03:00
Antti H S Laaksonen b9a237181b Use 0-indexing also in strings [closes #27] 2017-04-17 18:20:20 +03:00
Antti H S Laaksonen 35d53d39d4 Use 0-indexing with C++ arrays 2017-04-17 17:59:27 +03:00
Antti H S Laaksonen 11564fd4d3 Better names for variables [closes #18] 2017-04-17 15:27:43 +03:00
Antti H S Laaksonen baee83266a Use a constant for infinite values 2017-04-17 14:38:33 +03:00
Antti H S Laaksonen 77488f2f3e New PDF 2017-04-17 14:01:44 +03:00
Antti H S Laaksonen 31ff123f33 Improvements for graph algorithms 2017-04-17 13:58:04 +03:00
pllk 086d0e61cd Merge pull request #38 from Linkus000/master
Change arrays indicating visitiveness of nodes to bool[] from int[] in dfs,bfs
2017-04-17 12:41:34 +03:00
Antti H S Laaksonen 8028fddfa6 Small fixes 2017-04-17 12:18:29 +03:00
Antti H S Laaksonen 55b55d1fc1 Reference to polynomial algorithms for knight's tour [closes #35] 2017-04-17 11:39:41 +03:00
Antti H S Laaksonen e010fb27e8 Better definition for function f [closes #31] 2017-04-17 11:23:40 +03:00
Antti H S Laaksonen c1ac1df7dc Provide a shorter syntax for creating tuples [closes #28] 2017-04-17 11:05:33 +03:00
Antti H S Laaksonen e5c50e115e Mention the name 'sparse table' [closes #29] 2017-04-17 10:53:02 +03:00
Antti H S Laaksonen 8c564bd46b New PDF 2017-04-03 01:23:59 +03:00
Antti H S Laaksonen cd973087f9 Change month 2017-04-03 01:22:44 +03:00
Antti H S Laaksonen 4ca89383d0 New PDF 2017-04-03 01:22:14 +03:00
Antti H S Laaksonen c985d1e9ac Change even -> odd 2017-04-03 01:21:47 +03:00
Linkus000 75f2d11c82 Change arrays indicating visitiveness of nodes to bool[] from int[] 2017-04-02 12:40:59 +02:00
Antti H S Laaksonen f9e091b66a New PDF 2017-03-30 22:58:54 +03:00
Antti H S Laaksonen 790f1eb313 Fix typo in nim state [closes #37] 2017-03-30 22:58:01 +03:00
Antti H S Laaksonen b2970d1fc3 New PDF 2017-03-25 20:13:16 +02:00
pllk e81cdb4a0a Merge pull request #36 from Linkus000/master
Remove excessive minus in chapter 4
2017-03-25 20:12:32 +02:00
Linkus000 d74c22a6b2 Remove excessive minus in chapter 4 2017-03-25 18:04:09 +01:00
Antti H S Laaksonen 2606aa7b1a New PDF 2017-03-18 12:24:16 +02:00
Antti H S Laaksonen e23c04b79d Fix wrong distance [closes #34] 2017-03-18 12:21:52 +02:00
Antti H S Laaksonen 5562d7327d Fix bug when n<2 and m=1 [closes #24] 2017-03-18 12:20:26 +02:00
Antti H S Laaksonen 7415871dac New PDF 2017-03-12 13:42:46 +02:00
Antti H S Laaksonen d0520cd423 Small fix 2017-03-12 13:42:21 +02:00
pllk 42bba7de70 Merge pull request #23 from ollpu/master
Improve grammar and language style in chapter 4
2017-03-12 13:35:14 +02:00
Antti H S Laaksonen 5fb84df48b New PDF 2017-03-12 10:17:15 +02:00
Antti H S Laaksonen 3d360f1be0 New PDF 2017-03-12 10:14:50 +02:00
Antti H S Laaksonen 7681b72fda Change function union -> unite 2017-03-12 10:13:29 +02:00
Antti H S Laaksonen d41fcea986 Add syntax highlighting [closes #19] 2017-03-12 10:09:41 +02:00
Roope Salmi 8a5265a699 Improve grammar and language style in chapter 4 2017-03-11 00:50:25 +02:00
Antti H S Laaksonen 82562e4e70 New PDF 2017-03-10 14:34:48 +02:00
Antti H S Laaksonen cf752f6ba5 Template -> code template [closes #16] 2017-03-10 14:25:48 +02:00
Antti H S Laaksonen ae269921eb Fix variable name [closes #21] 2017-03-10 14:17:04 +02:00
Antti H S Laaksonen 6d97177d7d Fix the -> an 2017-03-08 19:28:39 +02:00
Antti H S Laaksonen 8ac4fac9ff New PDF 2017-03-07 18:56:37 +02:00
Antti H S Laaksonen 4072860dec Fix directed -> weighted [closes #15] 2017-03-07 18:54:41 +02:00
Antti H S Laaksonen 5d66f48d46 New PDF 2017-03-07 17:54:25 +02:00
Antti H S Laaksonen bc8772a6ee Fix bitset example 2017-03-07 17:54:11 +02:00
Antti H S Laaksonen a3342ea45b New PDF 2017-03-07 01:05:32 +02:00
Antti H S Laaksonen ae27ea1bb2 Remove -ly suffix 2017-03-07 01:02:13 +02:00
pllk 3e470d04d1 Merge pull request #14 from ollpu/master
Improve grammar and language style in chapter 3
2017-03-07 01:00:45 +02:00
Antti H S Laaksonen fc28ca6733 Fix a bug in Dijkstra code 2017-03-07 00:57:32 +02:00
Roope Salmi 22561b0a96 Improve grammar and language style in chapter 3 2017-03-05 02:07:49 +02:00
Antti H S Laaksonen f5be6f5d0b New PDF 2017-03-01 22:05:02 +02:00