معنی فارسی linked lists

C1

لیست‌های پیوندی، ساختارهای داده‌ای هستند که شامل مجموعه‌ای از عناصر مرتبط به هم می‌باشند.

A data structure consisting of a sequence of elements where each element 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):

لیست‌های پیوندی یک ساختار داده بنیادی در علوم کامپیوتر هستند.

مثال:

Linked lists are a fundamental data structure in computer science.

معنی(example):

شما می‌توانید اقلام را به راحتی از لیست‌های پیوندی اضافه یا حذف کنید.

مثال:

You can efficiently add or remove items from linked lists.

معنی فارسی کلمه linked lists

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

لیست‌های پیوندی، ساختارهای داده‌ای هستند که شامل مجموعه‌ای از عناصر مرتبط به هم می‌باشند.