background presentation
presentation sharing

CSC 1310 Linked Lists

32

0

A
April Crockett

A linked list node can be a singly or doubly node. Appending adds a node, and traversal occurs to search data. The head points to the first node; NULL indicates an empty list.

Slides (32)

1 -

A _____ list contains pointers ot the nodes before it and after it.

2 -

3 -

While traversing a list, a node pointer knows when it has reached the end of the list if _____.

4 -

5 -

A linked list class must take care of removing the dynamically allocated nodes by _____.

6 -

7 -

Each entry or item in a List Data Structure is commonly called a _____.

8 -

9 -

A linked list node can be implemented in C++ as either a _____ or a ______.

10 -

11 -

The getLength operation in a List Data Structure should be implemented as a void function.

12 -

13 -

A _____ is used to travel through a linked list data structure to search for data.

14 -

15 -

Which common List Data Structure operation checks if there are any nodes in the list?

16 -

17 -

The last node in a singly linked list points to _____.

18 -

19 -

If new data needs to be added to a linked list, the program _____ and inserts it into the list.

20 -

21 -

Appending a node means _____.

22 -

23 -

A doubly-linked list keeps track of the next node in the list as well as _____.

24 -

25 -

If the head pointer points to NULL, this indicates _____.

26 -

27 -

The process of moving through a linked list is referred to as _____ the list.

28 -

29 -

The _____ of a linked list points to the first node in the list.

30 -

31 -

What header file must you include to use the List STL class?

32 -

Similar Templates

Frequently Asked Questions

How to use AhaSlides templates?

Visit the Template section on the AhaSlides website, then choose any template that you like to use. Then, click on the Get Template button to use that template right away. You can edit and present immediately without having to sign up. Create a free AhaSlides account if you want to see your work later on.

Do I need to pay to sign up?

Of course not! AhaSlides account is 100% free of charge with unlimited access to most of AhaSlides’s features, with a maximum of 50 participants in the free plan.

If you need to host events with more participants, you can upgrade your account to a suitable plan (please check out our plans here: Pricing - AhaSlides) or contact our CS team for further support.

Do I need to pay to use AhaSlides templates?

Not at all! AhaSlides templates are 100% free of charge, with an unlimited number of templates you can access to. Once you’re in the presenter app, you can visit our Templates section to find presentations catereing to your needs.

Are AhaSlides Templates compatible with Google Slides and Powerpoint?

At the moment, users can import PowerPoint files and Google Slides to AhaSlides. Please refer to these articles for more information:

Can I download AhaSlides templates?

Yes, it’s definitely possible! At the moment, you can download AhaSlides templates by exporting them as a PDF file.