MateusZitelli / js-tree-algorithms

GNU General Public License v3.0
1 stars 0 forks source link

Repo Structure #1

Open cirocosta opened 10 years ago

cirocosta commented 10 years ago

@MateusZitelli , how do you think we should structure this?

I was thinking in something like:

README.md
LICENSE
.editorconfig
docs/
....(separate a file by algorithm?)
src/
....avl
....another-algo
tests/
....benchmark

I was thinking about providing a cool documentation for each algorithm, describing how it works, maybe a cool visualization and how to use with our implementation.

What do you think @MateusZitelli ?

MateusZitelli commented 10 years ago

For me it's perfect @cirocosta! :smile: