컴퓨터공학 기초/C.C++

알고리즘 실습 모음 (링크)

레필리아 2011. 9. 16. 14:02

 copy, copy_backward  http://beggu84.blog.me/90078094449
 find_if  http://beggu84.blog.me/90078095715
 transform  http://beggu84.blog.me/90078178019
 replace_if, replace_copy_if  http://beggu84.blog.me/90078179931
 fill  http://beggu84.blog.me/90078403587
 generate  http://beggu84.blog.me/90078404476
 remove, remove_if  http://beggu84.blog.me/90078494121
 unique, unique_copy  http://beggu84.blog.me/90078496943
 reverse  http://beggu84.blog.me/90078579256
 rotate  http://beggu84.blog.me/90078659405

 random_shuffle  http://beggu84.blog.me/90078660745
 for_each  http://beggu84.blog.me/90078741817
 distance  http://beggu84.blog.me/90078965088
 mismatch  http://beggu84.blog.me/90078967123
 equal  http://beggu84.blog.me/90079048604
 sort  http://beggu84.blog.me/90079050222
 nth_element  http://beggu84.blog.me/90079051878
 binary_search, lower_bound, upper_bound, equal_range  http://beggu84.blog.me/90079152033
 merge  http://beggu84.blog.me/90079240922
 set_union, set_intersection,
 set_difference, set_symmetric
 http://beggu84.blog.me/90079327568

 make_heap, push_heap, pop_heap, sort_heap  http://beggu84.blog.me/90079330830
 max_element, min_element  http://beggu84.blog.me/90079568526
 next_permutation  http://beggu84.blog.me/90079571352

실습 코드 동작 미확인
but, 안되는 것도 약간만 수정하면 될 듯