Update search/sublist_search.cpp header docs

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Nitin Sharma 2021-06-25 11:37:36 +05:30 committed by GitHub
parent 4bb4e8a832
commit 8622ccb795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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