mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 18:46:50 +08:00
Apply suggestions from code review
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user