-
삽입 정렬 1. 테스트용 랜덤 배열 생성법 ex) 1~100까지 난수를 생성하려면 최소 + std::rand() % (최대 - 최소 + 1) #include std::srand(5323); const int SIZE = 15000; vector test; for (int count = 0; count 0 && array[j]..