Download presentation
Presentation is loading. Please wait.
Published byTobias Gilmore Modified over 5 years ago
1
Single Linked List TA.Rawan ALAmri By James Sager – Oct 15, 2017
2
Outlines 01 02 03 04 05 Open the blog: Create the test class
Cs212t.wordpress.com 01 Create the test class 02 Create the SingleLinkedList class 03 04 Copy the ADT and add the needed method 05 Edit the main and write the code
3
1
4
Cont..
5
2
6
Cont.. 1- Rename the Project Name: ( SinglyLinkedList_Test )
7
Cont.. 1 3 2
8
Rename the Class as ADT Name:
Cont.. Rename the Class as ADT Name: ( SinglyLinkedList)
9
3 Copy The ADT in the blog
10
Paste in the SinglyLinkedList Class
Cont.. Paste in the SinglyLinkedList Class
11
Cont..
12
4 In the SinglyLinkedList Class write Search Method that search about specific patient in the list.
13
In the main(): 1-Declare the SinglyLinkedList object as integer and then add the values to the list. 2- call the Search method and check if true then the number in the list otherwise not in the list 3- Print all the elements in the list.
14
THANK YOU
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.