We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be0942 commit 3e4353bCopy full SHA for 3e4353b
haxelib.json
@@ -1,6 +1,6 @@
1
{
2
"name": "struct",
3
- "version": "0.9.1",
+ "version": "0.10.0",
4
"license": "GPL",
5
"description": "Data Structures and Algorithms",
6
"url": "https://github.com/bguiz/hxstruct",
@@ -25,7 +25,8 @@
25
"select",
26
"graph",
27
"dfs",
28
- "bfs"
+ "bfs",
29
+ "topological sort"
30
],
31
"contributors" : ["bguiz"],
32
"classPath": "src",
package.json
"name": "hxstruct",
"main": "dist/js/struct.js",
"directories": {},
@@ -38,7 +38,8 @@
38
39
40
41
42
43
44
"devDependencies": {
45
"assert": "^1.3.0"
0 commit comments