Added Full House

This commit is contained in:
2021-06-23 09:42:13 -07:00
parent d632662520
commit 127257cf99
9 changed files with 132 additions and 45 deletions

View File

@ -15,4 +15,4 @@
* @param right The right element in the array.
* @return -1 for Left priority, 1 for Right and 0 for Equal.
*/
typedef int32_t *arraysort_t(void const*, void const*);
typedef int32_t *arraysort_t(void*, void*);