Advertisement
HICONT

Algo.h

Nov 9th, 2023
840
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.42 KB | None | 0 0
  1. //Copyright 2023 Soloninko Andrey
  2. #ifndef TASKS_TASK_1_SOLONINKO_A_NON_MATCHING_SYMBOLS_ALGO_H_
  3. #define TASKS_TASK_1_SOLONINKO_A_NON_MATCHING_SYMBOLS_ALGO_H_
  4.  
  5. #include<string>
  6. #include<mpi.h>
  7. #include<random>
  8.  
  9. int GetStringDifDef(std::string s1, std::string s2);
  10. int GetStringDifPar(std::string s1, std::string s2);
  11. std::string random_string(int length);
  12.  
  13. #endif // TASKS_TASK_1_SOLONINKO_A_NON_MATCHING_SYMBOLS_ALGO_H_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement