diff --git a/scripts/actors_graph.cpp b/scripts/actors_graph.cpp index 06a5b5d..8fa39f3 100644 --- a/scripts/actors_graph.cpp +++ b/scripts/actors_graph.cpp @@ -1,4 +1,4 @@ -// g++ -Wall -pedantic -std=c++17 -Ofast -pthread kenobi.cpp -o kenobi +// g++ -Wall -pedantic -std=c++17 -Ofast -pthread actors_graph.cpp -o actors_graph #include #include #include diff --git a/scripts/movie_graph.cpp b/scripts/movie_graph.cpp index 4c58a98..5137b81 100644 --- a/scripts/movie_graph.cpp +++ b/scripts/movie_graph.cpp @@ -325,7 +325,6 @@ vector> harmonic(const size_t k) { // return top_movies; } - int main(int argc, char* argv[]) { if (argc != 2) { @@ -345,7 +344,7 @@ int main(int argc, char* argv[]) // ------------------------------------------------------------- // - // FUNZIONE CERCA FILM + // MOVIE SEARCH FUNCTION (work in progress) // cout << "Cerca film: "; // string titolo; @@ -359,7 +358,7 @@ int main(int argc, char* argv[]) // } // cout << endl; - // // FUNZIONE CERCA ATTORE + // // ACTOR SEARCH FUNCTION (work in progress) // cout << "Cerca attore: "; // string attore;