Skip to content

Commit

Permalink
Fix alignment by adding an additional tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jawwad authored Apr 30, 2017
1 parent 2c51d13 commit 3f15649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tree/README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ tree.search("bubbly") // nil

It's also possible to describe a tree using nothing more than an array. The indices in the array then create the links between the different nodes. For example, if we have:

0 = beverage 5 = cocoa 9 = green
0 = beverage 5 = cocoa 9 = green
1 = hot 6 = soda 10 = chai
2 = cold 7 = milk 11 = ginger ale
3 = tea 8 = black 12 = bitter lemon
Expand Down

0 comments on commit 3f15649

Please sign in to comment.