A triangle counting assignment for A.U.TH Parallel and distributed systems class.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*!
- * \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_ */
|