kotlin-mpp-playground
Toggle table of contents
0.1.0.0+42f3bb9
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
shared
/
dev.suresh.lc
/
Empty
Empty
data
object
Empty
:
Tree
<
Nothing
>
(
source
)
Members & Extensions
Functions
bfs
Link copied to clipboard
fun
<
T
>
Tree
<
T
>
.
bfs
(
)
:
List
<
T
>
depth
Link copied to clipboard
fun
<
T
>
Tree
<
T
>
.
depth
(
)
:
Int
dfs
Link copied to clipboard
fun
<
T
>
Tree
<
T
>
.
dfs
(
)
:
List
<
T
>
print
Link copied to clipboard
fun
<
T
>
Tree
<
T
>
.
print
(
)
sum
Link copied to clipboard
fun
<
T
:
Number
>
Tree
<
T
>
.
sum
(
)
:
Long