push_ants done need to test
done all mechanism to display ants moving in the graph still need testing still need norming
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2019/03/23 17:31:19 by tmaze #+# #+# */
|
||||
/* Updated: 2019/04/03 15:57:39 by tmaze ### ########.fr */
|
||||
/* Updated: 2019/04/06 13:49:17 by tmaze ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -50,6 +50,15 @@ typedef struct s_bfs
|
||||
int queue;
|
||||
} t_bfs;
|
||||
|
||||
typedef struct s_ants
|
||||
{
|
||||
int nb_ant;
|
||||
int nb_path;
|
||||
int nb_node;
|
||||
char end;
|
||||
struct s_ants *next;
|
||||
} t_ants;
|
||||
|
||||
//LEM_IN MT STRUCTS
|
||||
|
||||
typedef struct s_syntax
|
||||
|
Reference in New Issue
Block a user