Category

Computer Science

[Python] Abstract Data Types

04/04/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Python

2 분 소요

Abstract Data Types(ADT)

[python] Python objects

03/07/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python

1 분 소요

[python] Python Basis

03/07/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python

6 분 소요

프로그램 실행 위주

[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에서의 데이터 삽입, 데이터 삭제, 리스트 검색 등의 기능에 대해서 다뤄보도록 하겠다.

맨 위로 이동 ↑

Algorithm

[Baekjoon] 2798번 블랙잭

03/03/2022   ▶Algorithm ▶BruteForce

3 분 소요

시간 제한 메모리 제한 정답 비율 1 초 128 MB 46.180%

[Algorithm] BackTracking(백트래킹)

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

5 분 소요

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

[Baekjoon] 2231번 분해합

03/01/2022   ▶Algorithm ▶BruteForce

1 분 소요

시간 제한 메모리 제한 정답 비율 2 초 192 MB 45.864%

[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에서의 데이터 삽입, 데이터 삭제, 리스트 검색 등의 기능에 대해서 다뤄보도록 하겠다.

[Baekjoon] 4375번 1

03/08/2020   ▶Algorithm ▶Math ▶BruteForce

1 분 소요

시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 128 MB 8029 2705 2105 33....

맨 위로 이동 ↑

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에서의 데이터 삽입, 데이터 삭제, 리스트 검색 등의 기능에 대해서 다뤄보도록 하겠다.

맨 위로 이동 ↑

Computer Architecture

맨 위로 이동 ↑

System

맨 위로 이동 ↑

System Programming

맨 위로 이동 ↑

FrontEnd

맨 위로 이동 ↑

HCI

맨 위로 이동 ↑

Data structures and algorithms with Python

[Python] Abstract Data Types

04/04/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Python

2 분 소요

Abstract Data Types(ADT)

[python] Python objects

03/07/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python

1 분 소요

[python] Python Basis

03/07/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python

6 분 소요

프로그램 실행 위주

맨 위로 이동 ↑

OS

[OS] CPU Scheduling

09/27/2022   ▶OS

32 분 소요

1, 2 장 출제 x (참고자료로 사용) - 여기까지 시험범위

[OS] Process Concept

09/19/2022   ▶OS

23 분 소요

일부 내용은 시험에서 제외됨 (시험기간 직전에 알려줌)

[OS] OS Structure

09/12/2022   ▶OS

17 분 소요

1, 2 장은 중요도가 떨어짐(많은 시간을 투자해서 이해할 필요 X)

맨 위로 이동 ↑

Sorting

[Algorithm] Shell Sort(셸 정렬)

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

4 분 소요

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

[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 분 소요

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

맨 위로 이동 ↑

BackEnd

맨 위로 이동 ↑

NodeJs

맨 위로 이동 ↑

BruteForce

[Baekjoon] 2798번 블랙잭

03/03/2022   ▶Algorithm ▶BruteForce

3 분 소요

시간 제한 메모리 제한 정답 비율 1 초 128 MB 46.180%

[Baekjoon] 2231번 분해합

03/01/2022   ▶Algorithm ▶BruteForce

1 분 소요

시간 제한 메모리 제한 정답 비율 2 초 192 MB 45.864%

[Baekjoon] 4375번 1

03/08/2020   ▶Algorithm ▶Math ▶BruteForce

1 분 소요

시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 128 MB 8029 2705 2105 33....

맨 위로 이동 ↑

Language

[python] Python objects

03/07/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python

1 분 소요

[python] Python Basis

03/07/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python

6 분 소요

프로그램 실행 위주

맨 위로 이동 ↑

Python

[Python] Abstract Data Types

04/04/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Python

2 분 소요

Abstract Data Types(ADT)

[python] Python objects

03/07/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python

1 분 소요

[python] Python Basis

03/07/2022   ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python

6 분 소요

프로그램 실행 위주

맨 위로 이동 ↑

Implementation

맨 위로 이동 ↑

Graph

[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 분 소요

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

맨 위로 이동 ↑

LinkedList

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

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

9 분 소요

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

맨 위로 이동 ↑

BinarySearch

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

맨 위로 이동 ↑

Android

맨 위로 이동 ↑

ReactNative

맨 위로 이동 ↑

ETC

[Tip] 문제 풀이 팁

03/08/2022   ▶ETC ▶Tip

2 분 소요

이 포스팅에서는 주로 코딩 테스트를 준비하면서 알아가면 좋은 팁과 코딩 문제 풀이를 할 때 빈번하게 쓰이는 파이썬 코드들에 대해 작성할 것이며, 계속 새롭게 알게 되는 것이 생길 때마다 추가할 예정이다.

Blog history

01/30/2022   ▶ETC ▶History

최대 1 분 소요

Blog history

맨 위로 이동 ↑

Stack

[자료구조] Stack(스택)

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

5 분 소요

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

맨 위로 이동 ↑

Queue

맨 위로 이동 ↑

Hash

[자료구조] Hash(해시)

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

19 분 소요

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

맨 위로 이동 ↑

Math

[Baekjoon] 4375번 1

03/08/2020   ▶Algorithm ▶Math ▶BruteForce

1 분 소요

시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 128 MB 8029 2705 2105 33....

맨 위로 이동 ↑

History

Blog history

01/30/2022   ▶ETC ▶History

최대 1 분 소요

Blog history

맨 위로 이동 ↑

Tree

맨 위로 이동 ↑

Heap

맨 위로 이동 ↑

Dijkstra

맨 위로 이동 ↑

DynamicProgramming

맨 위로 이동 ↑

Greedy

맨 위로 이동 ↑

BackTracking

[Algorithm] BackTracking(백트래킹)

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

5 분 소요

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

맨 위로 이동 ↑

Kotlin

맨 위로 이동 ↑

Tip

[Tip] 문제 풀이 팁

03/08/2022   ▶ETC ▶Tip

2 분 소요

이 포스팅에서는 주로 코딩 테스트를 준비하면서 알아가면 좋은 팁과 코딩 문제 풀이를 할 때 빈번하게 쓰이는 파이썬 코드들에 대해 작성할 것이며, 계속 새롭게 알게 되는 것이 생길 때마다 추가할 예정이다.

맨 위로 이동 ↑