Notice
Recent Posts
Recent Comments
Today
Total
05-13 06:45
Archives
관리 메뉴

Jeongchul Kim

lab002 combination 본문

Data Structure

lab002 combination

김 정출 2014. 11. 29. 01:56

다음 명세를 만족하는 프로그램을 C++로 작성하시오.

다음은 binary coefficient (다른 말로 조합의 수)를 구하는 공식이다.



이를 구하는 프로그램을 recursive function을 이용하여 구현하시오.


'Data Structure' 카테고리의 다른 글

Merge Sort  (0) 2014.11.29
Quick Sort  (0) 2014.11.29
Insert Sort  (0) 2014.11.29
lab004 Queue  (0) 2014.11.29
lab003 Polynomial  (0) 2014.11.29
Comments