Saved Bookmarks
| 1. |
The operation of processing each element in the list is known as |
|
Answer» answer: The operation of processing each element in the list is KNOWN as traversal. It REFERS to the process of VISITING (checking and/or updating) each node in a tree DATA structure, exactly once. |
|