Data structures and algorithms with Java

[Algorithm] BackTracking(백트래킹)

03/01/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BackTracking

5 분 소요

이번 시간에는 백트래킹 알고리즘에 대해서 알아보도록 하겠다.

[자료구조] Trie(트라이)

02/26/2022   ▶Computer Science ▶Data structures and algorithms with Java

3 분 소요

이번 시간에는 자료구조 트라이에 대해 알아보도록 하겠다.

[Algorithm] Shell Sort(셸 정렬)

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

4 분 소요

이번 시간에는 쉘 정렬(Shell Sort)에 대해서 배워볼 것이다.

[Algorithm] Topological Sorting(위상 정렬)

02/23/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph

4 분 소요

이번 시간에는 위상정렬에 대해서 배워 보도록 할 것이다.

[자료구조] Graph(그래프)

02/18/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph

10 분 소요

이번 시간에는 그래프에 대해 알아보도록 하겠습니다.

[Algorithm] Quick Sort(퀵 정렬)

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

9 분 소요

이번시간에는 퀵 정렬에 대해서 배워 보도록 하겠다.

[Algorithm] Merge Sort(합병 정렬)

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

7 분 소요

이번 시간에는 merge sorting에 대해서 배워보도록 하겠다.

[Algorithm] Insert Sort(삽입 정렬)

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

4 분 소요

이번 시간에는 삽입 정렬(Insertion Sorting)에 대해 배워 보도록 하겠다.

[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)에 대해서 알아볼 것이다.

[자료구조] Hash(해시)

02/12/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Hash

19 분 소요

이번 시간에는 해시에 대해 배워 볼 것이다.

[자료구조] Stack(스택)

02/10/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Stack

5 분 소요

이번 시간에는 Stack 자료구조에 대해서 배워 볼 것이다.

[자료구조] LinkedList(연결 리스트)

02/08/2022   ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList

9 분 소요

ArrayList에서 했던 것과 마찬가지로 LinkedList에서의 데이터 삽입, 데이터 삭제, 리스트 검색 등의 기능에 대해서 다뤄보도록 하겠다.