معنی فارسی linked list
B2ساختار دادهای که از عناصر متصل به هم تشکیل شده است.
A data structure consisting of nodes where each node points to the next.
- noun
noun
معنی(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.
example
معنی(example):
یک لیست پیوندی یک ساختار داده است که در برنامهنویسی استفاده میشود.
مثال:
A linked list is a data structure used in programming.
معنی(example):
در یک لیست پیوندی، هر عنصر به عنصر بعدی اشاره میکند.
مثال:
In a linked list, each element points to the next.
معنی فارسی کلمه linked list
:
ساختار دادهای که از عناصر متصل به هم تشکیل شده است.