최근 포스트

[Algorithm] Bubble Sort(버블 정렬)

02/14/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting

4 분 소요

이번 시간에는 정렬의 종류 중 버블 정렬에 대해서 배워보도록 하겠습니다.

[Algorithm] Sorting(정렬)

02/13/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting

3 분 소요

그 동안 배운 자료구조를 통해 데이터를 다루는 방법에 대해 알아 보도록 하겠다.

[Algorithm] Jump Search(점프 탐색)

02/13/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch

2 분 소요

이번 시간에는 저번 시간(이진 탐색)에 이어서 점프 탐색(Jump search)에 대해서 알아보도록 하자.

[Algorithm] Binary Search(이진 탐색)

02/13/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch

5 분 소요

이번 시간에는 이진 탐색(Binary Search)에 대해서 알아볼 것이다.