factorial1 [자료구조] 2. Iterative, Recursive 수업을 들으면서도 매번 헤맸었던 재귀..:( 이번에는 실습으로 풀었던 재귀 문제 4가지를 포스팅할 것이다. 1. (재귀) Given n Boolean variables x1, ... , xn, we wish to print all possible combinations of truth values they can assume. For instance, if n = 2, there are four possibilities: , and . Write a C program to do this. (해석): n이 주어졌을 때 가능한 T/F 조합을 모두 출력하여라 #define _CRT_SECURE_NO_WARNINGS #include #define MAX 255 void print(int *ar.. 2020. 3. 28. 이전 1 다음