LBRY Block Explorer

LBRY Claims • linkedlist-from-scratch-part-2-of-2

5553b487ee6769d0b16b85a30f493b584a67a1c6

Published By
Anonymous
Created On
7 May 2020 19:53:47 UTC
Transaction ID
Cost
Safe for Work
Free
Yes
LinkedList - From Scratch - Part 2 of 2
Build a LinkedList from scratch in Java from first principles - Part 2 of 2.<br /><br />Video covers: using our Node class from Part 1, creating a doubly LinkedList class from scratch with methods: addNode(), forwardTraversal(), backwardTraversal(), getCount(), addNode(int), removeNode(int), ... all fully explained with lots of examples, discussion, and diagrams.<br /><br />Table of Contents:<br />00:05: Review and Recap of Part 1, plus more explanations and diagrams.<br />07:24: Linked List class<br />09:15: addNode() - part 1 - add into an empty linked list<br />11:28: forwardTraversal()<br />13:13: addNode() - part 2 - add into a linked list with 1, 2, many nodes.<br />19:00: backwardTraversal()<br />20:51: addNode(int) - planning diagram<br />22:18: add a node counter to count the number of nodes in the Linked List<br />23:15: getCount()<br />24:00: addNode(int) - insert a node into a linked list<br />34:56: removeNode(int) - remove a node<br />46:15: Review and re-cap.<br /><br />LinkedList - From Scratch - Part 1 of 2 here:<br /><a href="https://youtu.be/BuntNoC8Cq0" target="_blank" rel="nofollow">https://youtu.be/BuntNoC8Cq0</a><br /><br />Source code on my Github:<br /><a href="https://github.com/MooseValley/LinkedList-From-Scratch" target="_blank" rel="nofollow">https://github.com/MooseValley/LinkedList-From-Scratch</a><br /><br /><br />Moose's Software Valley - Established July, 1996.<br /><a href="https://rebrand.ly/MoosesSoftware" target="_blank" rel="nofollow">https://rebrand.ly/MoosesSoftware</a><br />...<br /><a href="https://www.youtube.com/watch?v=WdXKpOIEzoo" target="_blank" rel="nofollow">https://www.youtube.com/watch?v=WdXKpOIEzoo</a>
Author
Content Type
Unspecified
video/mp4
Language
Unspecified
Open in LBRY