x
Menu

Java Algorithms

Other, , Prof. Derek Banas

Updated On 02 Feb, 19

Overview

Java Algorithms - Java Sort Algorithm - Stacks and Queues - Linked List in Java - Java Recursion - Java Shell Sort - Java Quick Sort - Big O Notations - Java Hash Table - Java Binary Search Tree - Solving Programming Problems - Java Heaps

Includes

Lecture 4: Linked List in Java

4.1 ( 11 )


Lecture Details

Get the Code httpgoo.glT40EFIn this video, Ill cover how work with a linked list in java. Ill show you how they work in 4 different ways.Well cover how to create them, what a link is, how to add and delete links, how to search through them and a whole bunch more. The basics you need to understand at the end are that 1. A Link is an Object 2. Each Link has a reference to another Link in the List 3. The LinkedList has only a reference to the last Link added to it.

Ratings

0


0 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send