edit-article
Home
Up
Delete
Article Name:
Article Description:
overview linked list data structure -
Chapter ID/Name:
Status:
Write
Writing
Written
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">linked list</h1> <h2>[WHAT]</h2> <ol> <li>] a data structure used in programming, consists of a set of elements where each element has a reference to the previous element and the next element</li> <li>] there are different types of linkes, lists, doubly linked list, circular linked lists</li> </ol> <h2>[WHY]</h2> <ol> <li>] The main difference from an Array is that Linked Lists are not indexed</li> <li>] its easy to insert elements into (the middle/any point) of a linked list,</li> </ol> <h2>[WHERE]</h2> <ol> <li>]</li> </ol> <h2>[WHEN]</h2> <ol> <li>] 2015-04-22</li> </ol> <h2>[EXAMPLE]</h2> <ol> <li>] <a href="https://gist.github.com/wesleyhales/2023993" target="_blank">JavaScript LinkedList Example</a> </li> </ol> <h2>[HOW-TO]</h2> <ol> <li>]</li> </ol> <h2>[REFERENCE]</h2> <ol> <li>] <a href="http://blog.millermedeiros.com/linked-lists/" target="_blank">Linked Lists for Dummies</a> Blog Miller Medeiros</li> <ol> <li>] </li> </ol> <li>] <a href="http://www.i-programmer.info/programming/javascript/5328-javascript-data-structures-the-linked-list.html" target="_blank">JavaScript Data Structures - The Linked List</a> </li> </ol> <h1 style="text-align: center;"> </h1>