A triangle counting assignment for A.U.TH Parallel and distributed systems class.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

18 wiersze
270 B

  1. /*!
  2. * \file elearn.h
  3. * \brief e-learning version of the exercise.
  4. *
  5. * \author
  6. * Christos Choutouridis AEM:8997
  7. * <cchoutou@ece.auth.gr>
  8. */
  9. #ifndef ELEARN_H_
  10. #define ELEARN_H_
  11. #include <impl.hpp>
  12. uint32_t elearn_test (void) ;
  13. #endif /* ELEARN_H_ */