Skip to content

Commit 994fb89

Browse files
committed
update docs
1 parent 87682a1 commit 994fb89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@
22

33
This library was developed with the purpose of making general algorithms and data structures available in Java language also available in Lua.
44

5+
# Features
6+
57
The library covers commonly used data structures (ArrayList, Stack, Queue, Priority Queue, Balanced Search Tree, HashMap, Set, Tries) and algorithms (various sorting and search algorithms, shuffling, union find, etc)
68

9+
For developers on Windows platform, a Vagrantfile is provided in the source code to allow them to run luarocks under window environment.
10+
11+
712
# Install
813

914
```bash

0 commit comments

Comments
 (0)