語言選擇:
免費網上英漢字典|3Dict

linked list

資料來源 : Free On-Line Dictionary of Computing

linked list
     
         A data structure in which each element contains
        a pointer to the next element, thus forming a linear list.
     
        A doubly linked list contains pointers to both the next and
        previous elements.
     
        (1995-03-28)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z