mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 13:31:21 +03:00
Update leetcode/src/6.c
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
495d780d0c
commit
30f3ceaad0
@ -90,7 +90,11 @@ void testZigZag(char* s, int numRows, char* expected)
|
|||||||
free(ret);
|
free(ret);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test(void)
|
/**
|
||||||
|
* @brief Self-test implementations
|
||||||
|
* @returns void
|
||||||
|
*/
|
||||||
|
static void test()
|
||||||
{
|
{
|
||||||
char* s01 = "PAYPALISHIRING";
|
char* s01 = "PAYPALISHIRING";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user