Description
In this course, you will learn:-
- Students will discover how to create your own data structures.
- The Time Complexities of Operations will be taught to students.
Syllabus:-
-
Introduction
-
Intro to Singly Linked List
-
Node Class, LinkedList Constructor and Fields
-
Implementing prepend method
-
Implementing toString and getSize Methods
-
Implementing append method
-
Implementing removeFirst method
-
Implementing removeLast method
-
Implementing insertAt method
-
Implementing removeAt method
-
Intro to Doubly Linked List
-
Setting up our Doubly Linked List
-
Implementing prepend method
-
Implementing append method
-
Implementing removeFirst method
-
Implementing removeLast method
-
Implementing insertAt method
-
Implementing removeAt method
-
Implementing printReverse method