mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Apply suggestions from code review
This commit is contained in:
parent
8517f4cf5d
commit
35f39b57ce
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user