A triangle counting assignment for A.U.TH Parallel and distributed systems class.
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- /*!
- * \file elearn.h
- * \brief e-learning version of the exercise.
- *
- * \author
- * Christos Choutouridis AEM:8997
- * <cchoutou@ece.auth.gr>
- */
- #ifndef ELEARN_H_
- #define ELEARN_H_
-
- #include <impl.hpp>
-
- uint32_t elearn_test (void) ;
-
-
- #endif /* ELEARN_H_ */
|