تسجيل الدخول إنشاء حساب جديد

subtree أمثلة على

"subtree" معنى  
أمثلةجوال إصدار
  • Any word combination that corresponds to a complete subtree can be seen as a phrase.
    أي الجمع بين الكلمة التي تتطابق مع كامل الشجرة يمكن أن ينظر إلى العبارة.
  • Every node in a tree can be seen as the root node of the subtree rooted at that node.
    كل رأس في الشجرة يعد جذرا للشجرة الفرعية المبتدئة به.
  • (This last scenario, referring to exactly two subtrees, a left subtree and a right subtree, assumes specifically a binary tree.)
    (الحالة الأخيرة، تشير إلى شجرتين فرعيتين بالضبط، شجرة فرعية يمني وشجرة فرعية يسرى، يفترض بالتحديد شجرة ثنائية.)
  • In other words, we examine the root and recursively insert the new node to the left subtree if its key is less than that of the root, or the right subtree if its key is greater than or equal to the root.
    وبعبارة أخرى، نفحص الجذر وندخل العقدة الجديدة في الشجرة الفرعية اليسرى إذا كانت قيمتها أصغر من قمية الجذر، أو في الشجرة الفرعية اليمنى إذا كانت قيمتها أكبر من قيمة الجذر.
  • In other words, we examine the root and recursively insert the new node to the left subtree if its key is less than that of the root, or the right subtree if its key is greater than or equal to the root.
    وبعبارة أخرى، نفحص الجذر وندخل العقدة الجديدة في الشجرة الفرعية اليسرى إذا كانت قيمتها أصغر من قمية الجذر، أو في الشجرة الفرعية اليمنى إذا كانت قيمتها أكبر من قيمة الجذر.