Engineering/C/C++
Generic for_each Algorithm
알 수 없는 사용자
2008. 2. 19. 01:09
for_each 알고리즘을 이용하여 리스트에 담긴 모든 원소 출력하기. for_each알고리즘의 시간복잡도는 선형적이다.