معنی فارسی binary trees
B1درخت باینری، یک ساختار داده است که در آن هر گره میتواند حداکثر دو فرزند داشته باشد و برای نمایش دادهها به کار میرود.
A binary tree is a hierarchical data structure in which each node has at most two children.
- noun
A data structure in which each node has at most two children, each node but the root has one parent, and there are no cycles.
یک درخت باینری یک ساختار داده است که در آن هر گره حداکثر دو فرزند دارد.
A binary tree is a data structure where each node has at most two children.
درختان باینری معمولاً برای سازماندهی دادهها به صورت سلسلهمراتبی استفاده میشوند.
Binary trees are often used to organize data hierarchically.
معنی فارسی کلمه binary trees
:
درخت باینری، یک ساختار داده است که در آن هر گره میتواند حداکثر دو فرزند داشته باشد و برای نمایش دادهها به کار میرود.