Skip to content

Commit 9b84a83

Browse files
committed
readme
1 parent 9656932 commit 9b84a83

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,14 @@ implementation in
251251
J](https://rosettacode.org/wiki/Tree_traversal#J:_Alternate_implementation)
252252
(with some illuminating comments).
253253

254+
John Earnest goes into [much more detail about vector tree implementations]
255+
(https://github.com/JohnEarnest/ok/blob/gh-pages/docs/Trees.md), including the
256+
"index of offsets" approach to deleting entries. Worth a read.
257+
258+
A more elaborate approach is to also track the depth of each item. [Details about
259+
that approach](http://dl.acm.org/citation.cfm?id=2935331) can be found in Aaron
260+
W. Hsu's paper on the subject.
261+
254262
## Other common tree implementations
255263

256264
Here are some other well known trees.
@@ -274,4 +282,10 @@ for use or fully fleshed out. I still have a lot to learn about C++.
274282

275283
## Thanks
276284

277-
Arthur Whitney, Apter, others: inspiration. Dave Linn: proof reading.
285+
Arthur Whitney, Apter, others: inspiration.
286+
287+
John Earnest: source materials
288+
289+
Dave Linn: proof reading.
290+
291+

0 commit comments

Comments
 (0)