معنی فارسی linked lists
C1لیستهای پیوندی، ساختارهای دادهای هستند که شامل مجموعهای از عناصر مرتبط به هم میباشند.
A data structure consisting of a sequence of elements where each element points to the next.
- noun
A simple linear data structure, each of whose nodes includes a pointer to the next (and sometimes previous) node in the list, enabling traversal of the structure in at least one direction from any starting point.
لیستهای پیوندی یک ساختار داده بنیادی در علوم کامپیوتر هستند.
Linked lists are a fundamental data structure in computer science.
شما میتوانید اقلام را به راحتی از لیستهای پیوندی اضافه یا حذف کنید.
You can efficiently add or remove items from linked lists.
معنی فارسی کلمه linked lists
:
لیستهای پیوندی، ساختارهای دادهای هستند که شامل مجموعهای از عناصر مرتبط به هم میباشند.