Skip to content

Commit

Permalink
Change doc string of some example trees for testing a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Oct 17, 2023
1 parent ac24716 commit 8b9092c
Showing 1 changed file with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ public static BranchSpotTree emptyTree()

/**
* <pre>
* branchSpot1(lifespan=20)
* ┌-─────────┴─────────────┐
* │ │
* branchSpot2(lifespan=10) branchSpot3(lifespan=30)
* branchSpot1(lifespan=20)
* │
* │
* ┌-───────────┴─────────────┐
* │ │
* branchSpot2(lifespan=10) │
* │
* branchSpot3(lifespan=30)
* </pre>
*/
public static BranchSpotTree tree1()
Expand Down Expand Up @@ -70,10 +74,14 @@ public static BranchSpotTree tree1()

/**
* <pre>
* branchSpot1(lifespan=30)
* ┌-─────────┴─────────────┐
* │ │
* branchSpot2(lifespan=10) branchSpot3(lifespan=20)
* branchSpot1(lifespan=30)
* │
* │
* │
* ┌-───────────┴─────────────┐
* │ │
* branchSpot2(lifespan=10) │
* branchSpot3(lifespan=20)
* </pre>
*/
public static BranchSpotTree tree2()
Expand Down

0 comments on commit 8b9092c

Please sign in to comment.