코드

원래 해결법에서는 짝수가 왼쪽을 들고,,? 홀수가 오른쪽을 든다..? 이렇게 접근을 하게 되는데 나는 이렇게 하지 않았다. 그냥 홀수가 먼저 먹게 하고 짝수가 먼저 먹게 하였다. 헤더 파일 info가 크게 있고 이 안에 필로들이 다 있다. typedef struct s_philo { intphilo_name; intfork_left; intfork_right; long intthread_time; long intlast_eat; inteat; pthread_tthread; pthread_mutex_teye; struct s_info*info; }t_philo; typedef struct s_info { intphilo_number; inttime_to_die; inttime_to_eat; inttime_..
재윤
'코드' 태그의 글 목록