get_smallest_square file added
This commit is contained in:
16
srcs/get_smallest_square.c
Normal file
16
srcs/get_smallest_square.c
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
/* ************************************************************************** */
|
||||||
|
/* */
|
||||||
|
/* ::: :::::::: */
|
||||||
|
/* get_smallest_square.c :+: :+: :+: */
|
||||||
|
/* +:+ +:+ +:+ */
|
||||||
|
/* By: vmanzoni <vmanzoni@student.42.fr> +#+ +:+ +#+ */
|
||||||
|
/* +#+#+#+#+#+ +#+ */
|
||||||
|
/* Created: 2019/04/12 22:29:45 by vmanzoni #+# #+# */
|
||||||
|
/* Updated: 2019/04/12 22:30:32 by vmanzoni ### ########.fr */
|
||||||
|
/* */
|
||||||
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
char *get_smallest_square(/*args*/)
|
||||||
|
{
|
||||||
|
/*backtracking*/
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user