296 Commits

Author SHA1 Message Date
d03f291aa6 Update README. 2018-05-19 10:24:32 +03:00
f1692b552a Update README. 2018-05-18 06:22:37 +03:00
dd855c6fb8 Update README. 2018-05-17 22:12:08 +03:00
6d6d437c56 Update README. 2018-05-17 22:11:13 +03:00
802554f203 Update README. 2018-05-17 22:10:39 +03:00
7e3096161c Update README. 2018-05-17 22:03:10 +03:00
e34472713b Update README. 2018-05-17 22:01:17 +03:00
2249c34d62 Update README. 2018-05-17 21:57:04 +03:00
796219f8c6 Update README. 2018-05-17 17:55:52 +03:00
346b065995 Update README. 2018-05-17 17:52:48 +03:00
476c0acb4a Add Knight's tour. 2018-05-17 17:48:06 +03:00
d2c6d14acd Add Hamiltonian cycle. 2018-05-17 08:08:29 +03:00
569c6ae452 Add Hamiltonian cycle. 2018-05-17 07:40:13 +03:00
0fc7b9d09d Generate adjacency matrix for graph. 2018-05-16 09:21:16 +03:00
dbb7a64d96 Update README 2018-05-16 08:28:28 +03:00
f2f5162aeb Add N-Queens. 2018-05-16 07:59:50 +03:00
e2ef46016d Add N-Queens. 2018-05-16 07:54:06 +03:00
f8222ed397 Add Tower of Hanoi. 2018-05-14 11:28:56 +03:00
8c102a3f62 Add Tower of Hanoi. 2018-05-14 09:00:42 +03:00
44b0a99a80 Add Tower of Hanoi. 2018-05-14 08:56:44 +03:00
26ba21b34c Update README. 2018-05-14 07:21:45 +03:00
20d642b402 Add SCC. 2018-05-14 07:13:07 +03:00
0c2561197a Make it possible to reverse the graph. 2018-05-14 06:29:55 +03:00
ff8f9c49df Make it possible to delete all vertex edges at once. 2018-05-12 10:35:54 +03:00
4a6bc1e733 Add Eulerian Path. 2018-05-12 07:57:38 +03:00
e5a0b4ba0d Add Eulerian Path. 2018-05-12 07:54:14 +03:00
808a1e713f Make it possible to delete edge from graph. 2018-05-11 16:58:39 +03:00
cb48efee79 Make it possible to delete edge from graph vertex. 2018-05-11 16:50:18 +03:00
1af824f448 Make it possible to use custom comparators for linked lists. 2018-05-11 16:30:28 +03:00
670ec093f4 Add Tarjan's algorithm. 2018-05-11 15:42:42 +03:00
1dd480b906 Add Tarjan's algorithm. 2018-05-11 15:40:59 +03:00
25703c37ac Add Tarjan's algorithm. 2018-05-11 15:34:58 +03:00
21d4144e5a Add Tarjan's algorithm. 2018-05-11 07:42:02 +03:00
ff9877cf6b Add Tarjan's algorithm. 2018-05-11 06:58:19 +03:00
70af57f11d Add Tarjan's algorithm. 2018-05-10 16:28:44 +03:00
5f3588ee59 Add Tarjan's algorithm. 2018-05-10 16:12:24 +03:00
5f50bd9bb2 Add degree property to GraphVertex. 2018-05-09 09:35:34 +03:00
e73dc2dfd7 Add topological sorting. 2018-05-08 19:27:42 +03:00
fc53c7de5d Add Kruskal. 2018-05-07 13:53:13 +03:00
cad8ccd9bb Add Prim. 2018-05-07 12:45:10 +03:00
50df3bf717 Update Graph. 2018-05-07 11:06:37 +03:00
ddf149b0d8 Update README. 2018-05-06 22:18:09 +03:00
dc2b7ce0ae Update README. 2018-05-06 22:04:36 +03:00
eec2df994c Add detect cycle. 2018-05-06 17:57:45 +03:00
84ed7e409d Add detect cycle. 2018-05-05 10:58:41 +03:00
d0504fdbb0 Add detect cycle. 2018-05-05 10:58:04 +03:00
20bc442dcf Add detect cycle. 2018-05-05 10:05:09 +03:00
97f8bd3a9f Add DFS. 2018-05-04 16:56:06 +03:00
47ac5fcd70 Add detect cycle. 2018-05-04 07:04:37 +03:00
843893e8e7 Add disjoint set. 2018-05-04 06:18:05 +03:00