Skip to content

Commit 7831140

Browse files
committed
cleanup and reorganize namespaces
1 parent 6804dbc commit 7831140

File tree

5 files changed

+424
-407
lines changed

5 files changed

+424
-407
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ A series of functions to map a binary tree to a list. This is a port of
44
[this](https://github.com/mafintosh/flat-tree) library and matches the tests.
55

66

7+
# USAGE
8+
This module is designed to work with the [`datcxx`][0] build tool. To add this
9+
module to your project us the following command...
10+
11+
```bash
12+
build add heapwolf/flat-tree
13+
```
14+
15+
16+
# TEST
17+
18+
```bash
19+
build test
20+
```
21+
22+
723
# USAGE
824

925
You can represent a binary tree in a simple flat list using the following
@@ -79,15 +95,6 @@ for (const auto& i: list) {
7995
```
8096
8197
82-
# TESTING
83-
84-
Using the `datcxx` project [`build`][0] tool, run the following command.
85-
86-
```bash
87-
build run test
88-
```
89-
90-
9198
# SEE ALSO
9299
93100
- [mafintosh/flat-tree][rs]: A series of functions to map a binary tree to a list.

0 commit comments

Comments
 (0)