Title Search in the linked list. Challenge
Catalog Type SLCItem
Persistent ID https://adapt2.sis.pitt.edu/pcex/pcex_v2/index.html?lang=PYTHON&set=py_linkedlist_searching&ch=linklist_search_ch
Platform Name PCEX
Features
Description When using a LinkedList, it is possible that you may want to search through the list to see if a specific value is in it. To do so, each node must be checked individually. Construct a search function within the LinkedList class that traverses through all nodes in the list and keeps track of all instances of the target value (if any) are in the LinkedList, returning the final count at the end of the search.
Keywords search algorithms
Author Kamil Akhuseyinoglu
Institution University of Pittsburgh
Iframe URL https://adapt2.sis.pitt.edu/pcex/pcex_v2/index.html?lang=PYTHON&set=py_linkedlist_searching&ch=linklist_search_ch
Protocol PITT, HTML
Protocol URL
License MIT
Programming Language Python
Natural Language en

Preview