Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in linked-list

What is a practical, real world example of the Linked List?

Using pointers to remove item from singly-linked list

c pointers linked-list

Interview: Remove Loop in linked list - Java

Yield Return In Java

c# java linked-list

ArrayList Vs LinkedList

How to find nth element from the end of a singly linked list?

What is the reason for using a double pointer when adding a node in a linked list?

c pointers linked-list

Finding loop in a singly linked-list

linked-list

Where can I see the source code of the Sun JDK?

java linked-list

Why increase pointer by two while finding loop in linked list, why not 3,4,5?

Creating a very simple linked list

c# linked-list

Binary Trees vs. Linked Lists vs. Hash Tables

Why does cache locality matter for array performance?

When to use HashMap over LinkedList or ArrayList and vice-versa

What's the fastest algorithm for sorting a linked list?

Reversing a linked list in Java, recursively

Check if two linked lists merge. If so, where?

How to reverse a singly linked list using only two pointers?

Why do linked lists use pointers instead of storing nodes inside of nodes

c++ pointers linked-list

Under what circumstances are linked lists useful?