mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update search/sublist_search.cpp header docs
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
4bb4e8a832
commit
8622ccb795
@ -23,9 +23,9 @@
|
|||||||
* @author [Nitin Sharma](https://github.com/foo290)
|
* @author [Nitin Sharma](https://github.com/foo290)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cassert> // For assert
|
#include <cassert> /// for assert
|
||||||
#include <iostream> // for IO operations
|
#include <iostream> /// for IO operations
|
||||||
#include <vector> // For passing data as array
|
#include <vector> /// for std::vector
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A Node structure representing single link Node in a linked list.
|
* A Node structure representing single link Node in a linked list.
|
||||||
|
Loading…
Reference in New Issue
Block a user