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 do I access the AhaSlides template library?

You can access templates from the Templates tab in your dashboard after logging in, from the Templates section on our website, or directly in the Editor app.

What are the templates designed for?

Official templates help you prepare interactive presentations for training, meetings, classes, and workshops. Community templates are created by users and shared to inspire others.

How do I host a session using a template?

Select a template, customize it by editing slides, themes, multimedia, and settings, then host it just like any other presentation.

Do I need to pay to use templates?

All templates are free to download and host, but some may exceed the free plan limits (5 quiz questions or 3 polls), which require a paid plan.

If I publish a template to share with my team, will it be visible to all other users?

Yes. Published templates are added to the public library and visible to all users. To keep a template private, share it with team members as collaborators instead.