C++ program search an element in a linked list

preview_player
Показать описание
C++ program search an element in a linked list singly linked list or one way linked list. create single linked list by inserting a node at the beginning and end of the linked list and search the element of the linked list also traverse all the nodes of the linked list
#searchlinkedlist #datastructure
Рекомендации по теме
Комментарии
Автор

how can i do this for string search or character search

harshadraut