mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-12 06:56:59 +08:00
Update search/sublist_search.cpp header docs
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
* @author [Nitin Sharma](https://github.com/foo290)
|
||||
*/
|
||||
|
||||
#include <cassert> // For assert
|
||||
#include <iostream> // for IO operations
|
||||
#include <vector> // For passing data as array
|
||||
#include <cassert> /// for assert
|
||||
#include <iostream> /// for IO operations
|
||||
#include <vector> /// for std::vector
|
||||
|
||||
/**
|
||||
* A Node structure representing single link Node in a linked list.
|
||||
|
||||
Reference in New Issue
Block a user