PPL Assignment
IRM2015006
q7.cpp File Reference
#include "../boys/allboys.h"
#include "../girls/allgirls.h"
#include "../gifts/gift.h"
#include "../couples/couple.h"
#include "../utils/read_data.h"
#include "../utils/couple_utils.h"
#include "../search/all_search.h"
#include "../utils/logger/logger.h"
#include "../configs.h"
#include <cstdlib>
#include <ctime>
Include dependency graph for q7.cpp:

Go to the source code of this file.

Functions

std::vector< std::string > getNamesToSearch (int nNames, int nBoys)
 
int main (int argc, char **argv)
 

Function Documentation

std::vector< std::string > getNamesToSearch ( int  size,
int  nBoys 
)

q7 : search and tell if any of the boys in a list have girlfriends

Returns a random list of names of boys to search against in boyslist

Definition at line 75 of file q7.cpp.

Here is the caller graph for this function:

int main ( int  argc,
char **  argv 
)

Definition at line 21 of file q7.cpp.

Here is the call graph for this function: