معنی فارسی binary trees

B1

درخت باینری، یک ساختار داده است که در آن هر گره می‌تواند حداکثر دو فرزند داشته باشد و برای نمایش داده‌ها به کار می‌رود.

A binary tree is a hierarchical data structure in which each node has at most two children.

noun
معنی(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.

example
معنی(example):

یک درخت باینری یک ساختار داده است که در آن هر گره حداکثر دو فرزند دارد.

مثال:

A binary tree is a data structure where each node has at most two children.

معنی(example):

درختان باینری معمولاً برای سازماندهی داده‌ها به صورت سلسله‌مراتبی استفاده می‌شوند.

مثال:

Binary trees are often used to organize data hierarchically.

معنی فارسی کلمه binary trees

: معنی binary trees به فارسی

درخت باینری، یک ساختار داده است که در آن هر گره می‌تواند حداکثر دو فرزند داشته باشد و برای نمایش داده‌ها به کار می‌رود.