Update docs search/sublist_search.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma
2021-07-02 07:43:50 +05:30
committed by GitHub
parent eeb5af0bba
commit a003fd3a46

View File

@@ -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;