mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
clang-format and clang-tidy fixes for 66d1b87f
This commit is contained in:
parent
66d1b87f51
commit
499496a3ef
@ -339,7 +339,8 @@ static void test() {
|
||||
int main(int argc, char *argv[]) {
|
||||
test(); /// run self-test implementations
|
||||
|
||||
std::vector<uint64_t> mainlistData = {2, 5, 6, 7, 8}; ///< Main list in which sublist is to be searched
|
||||
std::vector<uint64_t> mainlistData = {
|
||||
2, 5, 6, 7, 8}; ///< Main list in which sublist is to be searched
|
||||
std::vector<uint64_t> sublistData = {6, 8};
|
||||
|
||||
search::sublist_search::Node *mainlistLL =
|
||||
|
Loading…
Reference in New Issue
Block a user