Apply suggestions from code review

This commit is contained in:
David Leal 2021-07-06 15:18:24 -05:00 committed by GitHub
parent 8517f4cf5d
commit 35f39b57ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -351,7 +351,7 @@ int main(int argc, char *argv[]) {
///< searched
bool exists = search::sublist_search::sublistSearch(
sublistLL, mainlistLL); // boolean, if sublist exist or not
sublistLL, mainlistLL); ///< boolean to check if the sublist exists or not
std::cout << "Sublist: " << std::endl;
search::sublist_search::printLinkedList(sublistLL);