Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
binary tree



binary tree

(btree) A tree in which each node has at most two successors or child nodes. In Haskell this could be represented as

 data BTree a = NilTree        | Node a (BTree a) (BTree a) 
See also balanced tree.

Last updated: 1994-11-29




Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.