a6a4d01f95
feat: added ukranian translations for graph, heap, linked-list, priority-queue, queue, stack. trie ( #965 )
2022-12-05 07:38:35 +01:00
036a67b9b4
Update DS images.
2022-08-21 17:08:30 +02:00
ac31c913b2
Update Graph image.
2022-08-11 16:34:05 +02:00
0006350cc7
French translation for module "Graph" ( #634 )
...
The first part of the translation is a direct translation of the
english part. The second is too, although it wasn't done by me
but by wikipedia contributors (the second paragraph of the
English wikipedia introduction is exactly the same as the first
paragraph of the French wikipedia "Description")
Add french version redirection on the README.md. The french
version is placed before the portuguese version to have a
cleaner diff (no trailing commas to edit)
2022-01-27 21:03:48 +01:00
63f5a27152
Upgrade dependencies and fix ESLint issues.
2020-07-26 13:06:15 +02:00
b3b8d4d3e8
Fix portuguese translation of graph on README ( #503 )
2020-07-15 06:46:31 +02:00
e954d6d0f3
pt-BR translations fixes.
2019-04-16 18:05:39 +03:00
ed99f9d216
Adds Portuguese (pt-BR) translation ( #340 )
...
* create portuguese translations
* renames `Lista Ligada` to `Lista Encadeada`
* revert changes on package-lock.json
2019-04-16 17:47:04 +03:00
94d7614001
Translate graph into Russian. ( #319 )
2019-03-08 12:47:09 +02:00
f7ebddc82d
Remove duplicated methods from Graph class.
2018-11-26 06:30:56 +02:00
872521fb03
Partial translation of Simplified Chinese ( #185 )
...
* init
* init
* init
* init
2018-08-30 08:30:24 +03:00
6e897a0a7a
Minor README updates.
2018-07-30 14:18:56 +03:00
39acb2b65d
Avoid using toBeTruthy() and toBeFalsy() because of type coercion.
2018-07-26 16:14:26 +03:00
c96bbdf00e
Code style fix.
2018-06-25 14:34:40 +03:00
88d038b5c8
Fix the findEdge method of the graph ( #80 )
...
* Fix LinkedList
* Fix the prepend method for the LinkedList
* Fix the remove method for the MinHeap
* Correct a comment
* Fix BST removal method
* Fix the findEdge method of the graph
2018-06-25 14:33:31 +03:00
f93d12d5dd
Added missing return type ( #23 )
2018-05-27 18:20:04 +03:00
3e0ac7486c
Use Infinity instead of zero in Graph adjacency matrix to show that vertices are not connected.
2018-05-22 07:10:46 +03:00
a41e4a18b7
Update READMEs.
2018-05-21 16:39:54 +03:00
0fc7b9d09d
Generate adjacency matrix for graph.
2018-05-16 09:21:16 +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
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
5f50bd9bb2
Add degree property to GraphVertex.
2018-05-09 09:35:34 +03:00
cad8ccd9bb
Add Prim.
2018-05-07 12:45:10 +03:00
50df3bf717
Update Graph.
2018-05-07 11:06:37 +03:00
47ac5fcd70
Add detect cycle.
2018-05-04 07:04:37 +03:00
5788575718
Add Bellman-Ford.
2018-05-03 09:58:00 +03:00
59f61dc132
Add dijkstra.
2018-05-02 08:15:20 +03:00
773941843f
Add README.
2018-04-14 09:26:51 +03:00
4d6d5da7bb
Add README.
2018-04-14 09:22:23 +03:00
ddd7f9fe0d
Add getNeighbors method to Graph.
2018-04-11 08:42:17 +03:00
87ef6e2e48
Fix JSDoc.
2018-04-11 07:38:48 +03:00
67cdad8030
Add graph.
2018-04-10 11:42:32 +03:00