Andras Csanyi
Andras Csanyi

Andras Csanyi

Follow
Follow
homeDSAHuman skillsSystem DesignDevOpsDevDiaryInterview Katas
Tag

linked list

#linked-list

More content

Read more stories on Hashnode


Articles with this tag

Data Structures: (Doubly) Linked List

May 29, 20225 min read

I fill up the holes in my knowledge regarding data structures and in this article a write up what I have learned about Doubly Linked Lists. I’m happy...

Data Structures: (Doubly) Linked List

Array or LinkedList, or custom data type?

May 29, 20228 min read

I went through the details of Arrays and LinkedLists previously and one of the significant difference between them is that inserting into the sequence...

Array or LinkedList, or custom data type?

Data structures: (Singly) Linked List

Apr 27, 20225 min read

I fill up the holes in my knowledge regarding data structures and in this article a write up what I have learned about Linked Lists. I’m happy if you...

Data structures: (Singly) Linked List