Consider adding an alternative to BLS, Branch Size, Depth (BSD)
Open
enhancement
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Alternatively to BLS, BSD can assume each branch is of the same size, and then how many levels deep.
It should only be two values, [Brach Size, Depth]
In the Tree struct
``` go
BSD [2]int `json:"branch_size_depth,omitempty"`
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.