자료구조와 함께 배우는 알고리즘 입문[자바] - 4일차 03. 검색 연습문제 Q1 static int seqSearch(int[] a, int n, int key) { a[n] = key; for(int i=0; i 알고리즘 2022.11.16