mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 06:56:59 +08:00
Update docs search/sublist_search.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <vector> /// for std::vector
|
||||
|
||||
/**
|
||||
* A Node structure representing single link Node in a linked list.
|
||||
* @brief A Node structure representing a single link Node in a linked list.
|
||||
*/
|
||||
struct Node {
|
||||
int data;
|
||||
|
||||
Reference in New Issue
Block a user