test
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "practice.h"
|
||||
|
||||
int is_palindrome(struct dlist *l)
|
||||
{
|
||||
//FIXME
|
||||
}
|
||||
|
||||
struct list *reverse(struct list *l)
|
||||
{
|
||||
//FIXME
|
||||
}
|
||||
Reference in New Issue
Block a user