15. LinkedLists in C# | احترف السي شارب بالعربي

  Рет қаралды 1,094

Codographia

Codographia

Күн бұрын

A linked list is a linear data structure, in which the elements are not stored at contiguous memory locations. The elements in a linked list are linked using pointers.
Types of linked lists:
Singly Linked List : The nodes only point to the address of the next node in the list.
Doubly Linked List : The nodes point to the addresses of both previous and -next nodes.
Circular Linked List : The last node in the list will point to the first node in the list. It can either be singly linked or doubly linked.
كورس سي شارب للمبتدئين
• كورس سي شارب للمبتدئين
ASP.NET Core مقدمة في تعلم
• ASP.NET Core مقدمة في ...
▬▬▬▬▬▬ Subscribe NOW! ▬▬▬▬▬▬
cutt.ly/5jib8Fd
▬▬▬▬▬▬ Our Social Media Platforms ▬▬▬▬▬▬
Facebook ► / codographia
Facebook Group ► / codographia
Instagram ► / codographia
Buy Me Coffee ► www.buymeacoff...

Пікірлер: 10
@abdallahnour9442
@abdallahnour9442 Жыл бұрын
الله ينور ويارب يجعله فى ميزان حسناتك وفى انتظار فيديو المقارنة ياهندسة
@Codographia
@Codographia Жыл бұрын
الله يكرمك شكرا جزيلا
@mohamedosamashendy7310
@mohamedosamashendy7310 Жыл бұрын
ربنا يجعله فميزان حسناتك 😍
@Codographia
@Codographia Жыл бұрын
آمين 💛💛
@jorysoft1436
@jorysoft1436 Жыл бұрын
❤❤❤❤❤
@Codographia
@Codographia Жыл бұрын
💛💛💛
@mohamederfan2734
@mohamederfan2734 Жыл бұрын
❤❤❤
@Codographia
@Codographia Жыл бұрын
💛💛💛
@Mohamed_Fayyad
@Mohamed_Fayyad Жыл бұрын
سؤالي هنا عن ال memory أي واحده فيهم بتكلف في الميموري أكتر لأني لما بحثت لقيت أراء من وجهات نظر مختلفه مثلا 1- LinkedList uses more memory than List because, in addition to storing the data, it also needs to store pointers to the next and previous nodes. 2- Generic List: Tends to use more memory because it pre-allocates space in the underlying array to minimize resizing-. - Linked List: Generally uses less memory than a generic list because it only allocates memory for the elements and the references between nodes.
@Mohamed_Fayyad
@Mohamed_Fayyad Жыл бұрын
في الاول كنت مفكر ان ال List هي نفسها ال Linked list ولكن لما شوفت الفيديو جالي فضول اعرف الفرق وبحثت وطلع في فرق كبير, ال list نقدر نختصرها انها عبارة عن dynamic array يعني نفس خصائص ال array مع شوية مرونة, لكن مازال ليها نفس عيوب ال array وهي التكلفة الكبيرة في ال insertions and depletion especially in the middle of the collection, because it requires shifting all subsequent elements. ودا اللي بتحله ال linked list وسهلة خطوة الاضافة والحذف في أي مكان في المجموعة .
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,7 МЛН
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 15 МЛН
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 68 МЛН
Сюрприз для Златы на день рождения
00:10
Victoria Portfolio
Рет қаралды 2,2 МЛН
8 Data Structures Every Programmer Should Know
17:09
ForrestKnight
Рет қаралды 115 М.
you will never ask about pointers again after watching this video
8:03
Programming Languages Tier List 2024
16:18
Neal Wang
Рет қаралды 6 М.
Being Competent With Coding Is More Fun
11:13
TheVimeagen
Рет қаралды 97 М.
Naming Things in Code
7:25
CodeAesthetic
Рет қаралды 2,2 МЛН
WHY IS THE HEAP SO SLOW?
17:53
Core Dumped
Рет қаралды 250 М.
؟ Docker ليه بنستخدم 💙
18:52
Yehia Tech يحيى تك
Рет қаралды 102 М.
before you code, learn how computers work
7:05
Low Level
Рет қаралды 443 М.
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 15 МЛН