File tree Expand file tree Collapse file tree 5 files changed +424
-407
lines changed Expand file tree Collapse file tree 5 files changed +424
-407
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ A series of functions to map a binary tree to a list. This is a port of
4
4
[ this] ( https://github.com/mafintosh/flat-tree ) library and matches the tests.
5
5
6
6
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
+
7
23
# USAGE
8
24
9
25
You can represent a binary tree in a simple flat list using the following
@@ -79,15 +95,6 @@ for (const auto& i: list) {
79
95
```
80
96
81
97
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
-
91
98
# SEE ALSO
92
99
93
100
- [mafintosh/flat-tree][rs]: A series of functions to map a binary tree to a list.
You can’t perform that action at this time.
0 commit comments