معنی فارسی linked list

B2

ساختار داده‌ای که از عناصر متصل به هم تشکیل شده است.

A data structure consisting of nodes where each node points to the next.

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

: معنی linked list به فارسی

ساختار داده‌ای که از عناصر متصل به هم تشکیل شده است.