mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 05:54:34 +00:00
[PR #1510] Create searchelemnet_in_linkedlist.cpp #2120
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/TheAlgorithms/C/pull/1510
State: closed
Merged: No
The program creates a singly linked list.
Takes user input to add nodes.
Searches the linked list node-by-node for the given key.
Returns whether the element is found or not.
Description of Change
References
Checklist
Notes: