[Baekjoon] 15829번 hashing
03/04/2022 ▶Algorithm ▶Implementation
백준 15829번 문제 풀이
03/04/2022 ▶Algorithm ▶Implementation
백준 15829번 문제 풀이
03/03/2022 ▶Algorithm ▶BruteForce
시간 제한 메모리 제한 정답 비율 1 초 128 MB 46.180%
03/01/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BackTracking
이번 시간에는 백트래킹 알고리즘에 대해서 알아보도록 하겠다.
03/01/2022 ▶Algorithm ▶BruteForce
시간 제한 메모리 제한 정답 비율 2 초 192 MB 45.864%
02/28/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 분할 정복 알고리즘(Divide & Conquer Algorithm)에 대해서 알아보도록 할 것이다.
02/27/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BruteForce
이번 시간에는 완전 탐색(브루트 포스)에 대해서 배워보도록 할 것이다.
02/26/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 자료구조 트라이에 대해 알아보도록 하겠다.
02/25/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 쉘 정렬(Shell Sort)에 대해서 배워볼 것이다.
02/23/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 위상정렬에 대해서 배워 보도록 할 것이다.
02/22/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Greedy
02/22/2022 ▶Algorithm ▶Hash
02/21/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶DynamicProgramming
02/21/2022 ▶Algorithm ▶Queue
02/20/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Dijkstra
이번 시간에는 다익스트라 라는 최단 거리를 알아내는 알고리즘에 대해 배워 보도록 하겠다.
02/19/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프 탐색 방법 중 너비 우선 탐색(BFS)에 대해서 배워볼 것이다.
02/19/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프 탐색 방법 중 깊이 우선 탐색(DFS)에 대해서 배워볼 것이다.
02/18/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프에 대해 알아보도록 하겠습니다.
02/17/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Heap
ㅣ이번 시간에는 Heap 자료구조와 우선순위 큐 (Priority Queue)에 대해서 알아보자.
02/16/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Tree
이번 시간에는 트리 구조에 대해서 배워보도록 하겠습니다.
02/15/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번시간에는 퀵 정렬에 대해서 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 merge sorting에 대해서 배워보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 삽입 정렬(Insertion Sorting)에 대해 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 정렬의 종류 중 버블 정렬에 대해서 배워보도록 하겠습니다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
그 동안 배운 자료구조를 통해 데이터를 다루는 방법에 대해 알아 보도록 하겠다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 저번 시간(이진 탐색)에 이어서 점프 탐색(Jump search)에 대해서 알아보도록 하자.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 보간 탐색(Interpolation Search), 삼진 탐색(Ternary Search), 지수 탐색(Exponential Search)에 대해서 알아 보도록 하겠다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 이진 탐색(Binary Search)에 대해서 알아볼 것이다.
02/13/2022 ▶Algorithm ▶LinkedList
02/12/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Hash
이번 시간에는 해시에 대해 배워 볼 것이다.
02/11/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Queue
이번 시간에 배워 볼 내용은 Queue(큐)이다.
02/10/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Stack
이번 시간에는 Stack 자료구조에 대해서 배워 볼 것이다.
02/09/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList
이번 시간에는 LinkedList의 종류 중에서 Double LinkedList에 대해서 알아 볼 것이다.
02/08/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList
ArrayList에서 했던 것과 마찬가지로 LinkedList에서의 데이터 삽입, 데이터 삭제, 리스트 검색 등의 기능에 대해서 다뤄보도록 하겠다.
02/07/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 리스트(배열)에 대해서 알아 볼 것이다.
02/06/2022 ▶Computer Science ▶Data structures and algorithms with Java
02/06/2022 ▶Algorithm ▶Implementation
02/05/2022 ▶Computer Science ▶Data structures and algorithms with Java
02/04/2022 ▶Algorithm ▶Implementation
02/02/2022 ▶Algorithm ▶Implementation
03/08/2020 ▶Algorithm ▶Math ▶BruteForce
시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 128 MB 8029 2705 2105 33....
03/01/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BackTracking
이번 시간에는 백트래킹 알고리즘에 대해서 알아보도록 하겠다.
02/28/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 분할 정복 알고리즘(Divide & Conquer Algorithm)에 대해서 알아보도록 할 것이다.
02/27/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BruteForce
이번 시간에는 완전 탐색(브루트 포스)에 대해서 배워보도록 할 것이다.
02/26/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 자료구조 트라이에 대해 알아보도록 하겠다.
02/25/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 쉘 정렬(Shell Sort)에 대해서 배워볼 것이다.
02/23/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 위상정렬에 대해서 배워 보도록 할 것이다.
02/22/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Greedy
02/21/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶DynamicProgramming
02/20/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Dijkstra
이번 시간에는 다익스트라 라는 최단 거리를 알아내는 알고리즘에 대해 배워 보도록 하겠다.
02/19/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프 탐색 방법 중 너비 우선 탐색(BFS)에 대해서 배워볼 것이다.
02/19/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프 탐색 방법 중 깊이 우선 탐색(DFS)에 대해서 배워볼 것이다.
02/18/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프에 대해 알아보도록 하겠습니다.
02/17/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Heap
ㅣ이번 시간에는 Heap 자료구조와 우선순위 큐 (Priority Queue)에 대해서 알아보자.
02/16/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Tree
이번 시간에는 트리 구조에 대해서 배워보도록 하겠습니다.
02/15/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번시간에는 퀵 정렬에 대해서 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 merge sorting에 대해서 배워보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 삽입 정렬(Insertion Sorting)에 대해 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 정렬의 종류 중 버블 정렬에 대해서 배워보도록 하겠습니다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
그 동안 배운 자료구조를 통해 데이터를 다루는 방법에 대해 알아 보도록 하겠다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 저번 시간(이진 탐색)에 이어서 점프 탐색(Jump search)에 대해서 알아보도록 하자.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 보간 탐색(Interpolation Search), 삼진 탐색(Ternary Search), 지수 탐색(Exponential Search)에 대해서 알아 보도록 하겠다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 이진 탐색(Binary Search)에 대해서 알아볼 것이다.
02/12/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Hash
이번 시간에는 해시에 대해 배워 볼 것이다.
02/11/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Queue
이번 시간에 배워 볼 내용은 Queue(큐)이다.
02/10/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Stack
이번 시간에는 Stack 자료구조에 대해서 배워 볼 것이다.
02/09/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList
이번 시간에는 LinkedList의 종류 중에서 Double LinkedList에 대해서 알아 볼 것이다.
02/08/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList
ArrayList에서 했던 것과 마찬가지로 LinkedList에서의 데이터 삽입, 데이터 삭제, 리스트 검색 등의 기능에 대해서 다뤄보도록 하겠다.
02/07/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 리스트(배열)에 대해서 알아 볼 것이다.
02/06/2022 ▶Computer Science ▶Data structures and algorithms with Java
02/05/2022 ▶Computer Science ▶Data structures and algorithms with Java
10/23/2022 ▶FrontEnd ▶HCI
Universal Design Principles - NCSU
10/19/2022 ▶FrontEnd ▶HCI
O/X
10/17/2022 ▶FrontEnd ▶HCI
Dialogue Notations and Design
10/12/2022 ▶FrontEnd ▶HCI
[toc]
10/10/2022 ▶FrontEnd ▶HCI
HCI Development Methodology
10/05/2022 ▶FrontEnd ▶HCI
[toc]
10/03/2022 ▶FrontEnd ▶HCI
Think about dialogue
09/28/2022 ▶FrontEnd ▶HCI
Interaction design basics
09/26/2022 ▶FrontEnd ▶HCI
HCI in the software process
09/21/2022 ▶FrontEnd ▶HCI
What is interaction?
09/19/2022 ▶FrontEnd ▶HCI
The Computer
09/14/2022 ▶FrontEnd ▶HCI
Thinking
09/12/2022 ▶FrontEnd ▶HCI
the human
09/07/2022 ▶FrontEnd ▶HCI
1. Introduction to HCI
09/05/2022 ▶FrontEnd ▶HCI
Course Information
04/07/2022 ▶Computer Science ▶Computer Architecture
시작하기 앞서
04/05/2022 ▶Computer Science ▶Computer Architecture
Chapter 4
04/05/2022 ▶Computer Science ▶Computer Architecture
Review)
03/31/2022 ▶Computer Science ▶Computer Architecture
Addressing Modes
03/29/2022 ▶Computer Science ▶Computer Architecture
Review)
03/24/2022 ▶Computer Science ▶Computer Architecture
Review)
03/17/2022 ▶Computer Science ▶Computer Architecture
Chapter 6
03/15/2022 ▶Computer Science ▶Computer Architecture
Review)
03/10/2022 ▶Computer Science ▶Computer Architecture
Review)
03/08/2022 ▶Computer Science ▶Computer Architecture
Review)
03/03/2022 ▶Computer Science ▶Computer Architecture
miPs vs. ARM vs. RISC-V
04/13/2022 ▶System ▶System Programming
04/08/2022 ▶System ▶System Programming
링크
04/08/2022 ▶System ▶System Programming
What is Directory
04/05/2022 ▶System ▶System Programming
Contents
03/30/2022 ▶System ▶System Programming
5장. 파일 시스템
03/25/2022 ▶System ▶System Programming
4.1 시스템 호출
03/16/2022 ▶System ▶System Programming
제 3장 C 프로그래밍 환경
03/11/2022 ▶System ▶System Programming
제 2장 유닉스 사용
03/06/2022 ▶System ▶System Programming
Unix/Linux
03/03/2022 ▶System ▶System Programming
오늘 얘기는 시험에 안 나옴
11/20/2022 ▶OS
10/03/2022 ▶OS
[toc]
10/03/2022 ▶OS
[toc]
10/02/2022 ▶OS
[toc]
09/27/2022 ▶OS
[toc]
09/27/2022 ▶OS
1, 2 장 출제 x (참고자료로 사용) - 여기까지 시험범위
09/26/2022 ▶OS
[toc]
09/19/2022 ▶OS
일부 내용은 시험에서 제외됨 (시험기간 직전에 알려줌)
09/12/2022 ▶OS
1, 2 장은 중요도가 떨어짐(많은 시간을 투자해서 이해할 필요 X)
09/05/2022 ▶OS
What is an Operating System?
11/20/2022 ▶OS
10/03/2022 ▶OS
[toc]
10/03/2022 ▶OS
[toc]
10/02/2022 ▶OS
[toc]
09/27/2022 ▶OS
[toc]
09/27/2022 ▶OS
1, 2 장 출제 x (참고자료로 사용) - 여기까지 시험범위
09/26/2022 ▶OS
[toc]
09/19/2022 ▶OS
일부 내용은 시험에서 제외됨 (시험기간 직전에 알려줌)
09/12/2022 ▶OS
1, 2 장은 중요도가 떨어짐(많은 시간을 투자해서 이해할 필요 X)
09/05/2022 ▶OS
What is an Operating System?
03/28/2022 ▶Computer Science ▶Data structures and algorithms with Python
Sorting
02/25/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 쉘 정렬(Shell Sort)에 대해서 배워볼 것이다.
02/15/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번시간에는 퀵 정렬에 대해서 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 merge sorting에 대해서 배워보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 삽입 정렬(Insertion Sorting)에 대해 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 정렬의 종류 중 버블 정렬에 대해서 배워보도록 하겠습니다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
그 동안 배운 자료구조를 통해 데이터를 다루는 방법에 대해 알아 보도록 하겠다.
03/31/2022 ▶Computer Science ▶Computer Architecture
Addressing Modes
03/29/2022 ▶Computer Science ▶Computer Architecture
Review)
03/24/2022 ▶Computer Science ▶Computer Architecture
Review)
03/17/2022 ▶Computer Science ▶Computer Architecture
Chapter 6
03/05/2022 ▶Android ▶Language ▶Kotlin
03/03/2022 ▶Computer Science ▶Computer Architecture
miPs vs. ARM vs. RISC-V
07/05/2022 ▶BackEnd ▶NodeJs
Error Handling
07/04/2022 ▶BackEnd ▶NodeJs
07/03/2022 ▶BackEnd ▶NodeJs
07/02/2022 ▶BackEnd ▶NodeJs
07/02/2022 ▶BackEnd ▶NodeJs
06/21/2022 ▶BackEnd ▶NodeJs
02/25/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 쉘 정렬(Shell Sort)에 대해서 배워볼 것이다.
02/15/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번시간에는 퀵 정렬에 대해서 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 merge sorting에 대해서 배워보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 삽입 정렬(Insertion Sorting)에 대해 배워 보도록 하겠다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
그 동안 배운 자료구조를 통해 데이터를 다루는 방법에 대해 알아 보도록 하겠다.
03/25/2022 ▶System ▶System Programming
4.1 시스템 호출
03/16/2022 ▶System ▶System Programming
제 3장 C 프로그래밍 환경
03/11/2022 ▶System ▶System Programming
제 2장 유닉스 사용
03/06/2022 ▶System ▶System Programming
Unix/Linux
03/03/2022 ▶System ▶System Programming
오늘 얘기는 시험에 안 나옴
03/03/2022 ▶Algorithm ▶BruteForce
시간 제한 메모리 제한 정답 비율 1 초 128 MB 46.180%
03/01/2022 ▶Algorithm ▶BruteForce
시간 제한 메모리 제한 정답 비율 2 초 192 MB 45.864%
02/27/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BruteForce
이번 시간에는 완전 탐색(브루트 포스)에 대해서 배워보도록 할 것이다.
03/08/2020 ▶Algorithm ▶Math ▶BruteForce
시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 128 MB 8029 2705 2105 33....
03/28/2022 ▶Computer Science ▶Data structures and algorithms with Python
Sorting
03/21/2022 ▶Computer Science ▶Data structures and algorithms with Python
Recursion
03/14/2022 ▶Computer Science ▶Data structures and algorithms with Python
Search Algorithms
03/07/2022 ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python
프로그램 실행 위주
03/21/2022 ▶Computer Science ▶Data structures and algorithms with Python
Recursion
03/14/2022 ▶Computer Science ▶Data structures and algorithms with Python
Search Algorithms
03/07/2022 ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python
03/07/2022 ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python
프로그램 실행 위주
04/08/2022 ▶System ▶System Programming
링크
04/08/2022 ▶System ▶System Programming
What is Directory
04/05/2022 ▶System ▶System Programming
Contents
03/30/2022 ▶System ▶System Programming
5장. 파일 시스템
02/13/2022 ▶Algorithm ▶LinkedList
02/06/2022 ▶Algorithm ▶Implementation
02/02/2022 ▶Algorithm ▶Implementation
04/11/2022 ▶Computer Science ▶Data structures and algorithms with Python
Stacks and Queues
02/21/2022 ▶Algorithm ▶Queue
02/11/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Queue
이번 시간에 배워 볼 내용은 Queue(큐)이다.
06/21/2022 ▶Algorithm ▶Sorting
보물
06/21/2022 ▶Algorithm ▶search
수 찾기
02/13/2022 ▶Algorithm ▶Stack
06/21/2022 ▶Algorithm ▶Sorting
보물
06/21/2022 ▶Algorithm ▶search
수 찾기
02/13/2022 ▶Algorithm ▶Stack
03/08/2022 ▶Android
프로젝트 만들기
03/08/2022 ▶Android
프로젝트 소개
03/05/2022 ▶Android ▶Language ▶Kotlin
05/07/2022 ▶Computer Science ▶Computer Architecture
05/03/2022 ▶Computer Science ▶Computer Architecture
04/28/2022 ▶Computer Science ▶Computer Architecture
02/06/2022 ▶Algorithm ▶Implementation
02/02/2022 ▶Algorithm ▶Implementation
02/06/2022 ▶Algorithm ▶Implementation
02/02/2022 ▶Algorithm ▶Implementation
05/16/2022 ▶Computer Science ▶Data structures and algorithms with Python
02/04/2022 ▶Algorithm ▶Implementation
02/08/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList
ArrayList에서 했던 것과 마찬가지로 LinkedList에서의 데이터 삽입, 데이터 삭제, 리스트 검색 등의 기능에 대해서 다뤄보도록 하겠다.
02/07/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 리스트(배열)에 대해서 알아 볼 것이다.
04/11/2022 ▶Computer Science ▶Data structures and algorithms with Python
Stacks and Queues
02/10/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Stack
이번 시간에는 Stack 자료구조에 대해서 배워 볼 것이다.
02/22/2022 ▶Algorithm ▶Hash
02/12/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Hash
이번 시간에는 해시에 대해 배워 볼 것이다.
04/25/2022 ▶Computer Science ▶Data structures and algorithms with Python
02/16/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Tree
이번 시간에는 트리 구조에 대해서 배워보도록 하겠습니다.
04/25/2022 ▶Computer Science ▶Data structures and algorithms with Python
02/16/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Tree
이번 시간에는 트리 구조에 대해서 배워보도록 하겠습니다.
05/09/2022 ▶Computer Science ▶Data structures and algorithms with Python
02/17/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Heap
ㅣ이번 시간에는 Heap 자료구조와 우선순위 큐 (Priority Queue)에 대해서 알아보자.
02/23/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 위상정렬에 대해서 배워 보도록 할 것이다.
02/18/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프에 대해 알아보도록 하겠습니다.
03/08/2022 ▶Android
프로젝트 만들기
03/08/2022 ▶Android
프로젝트 소개
03/08/2022 ▶Android
프로젝트 만들기
03/08/2022 ▶Android
프로젝트 소개
05/10/2022 ▶Computer Science ▶Computer Architecture
Chapter 8
03/10/2022 ▶Computer Science ▶Computer Architecture
Review)
04/19/2022 ▶Computer Science ▶Computer Architecture
03/15/2022 ▶Computer Science ▶Computer Architecture
Review)
04/11/2022 ▶Computer Science ▶Data structures and algorithms with Python
Stacks and Queues
04/04/2022 ▶Computer Science ▶Data structures and algorithms with Python
Linked List ADTs
05/08/2022 ▶System ▶System Programming
04/29/2022 ▶System ▶System Programming
05/08/2022 ▶System ▶System Programming
04/29/2022 ▶System ▶System Programming
05/12/2022 ▶System ▶System Programming
05/09/2022 ▶System ▶System Programming
05/19/2022 ▶Computer Science ▶Computer Architecture
05/17/2022 ▶Computer Science ▶Computer Architecture
05/24/2022 ▶System ▶System Programming
05/24/2022 ▶System ▶System Programming
05/24/2022 ▶System ▶System Programming
05/24/2022 ▶System ▶System Programming
06/07/2022 ▶Computer Science ▶Computer Architecture
Interrupts
05/31/2022 ▶Computer Science ▶Computer Architecture
03/08/2020 ▶Algorithm ▶Math ▶BruteForce
시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 128 MB 8029 2705 2105 33....
01/30/2022 ▶ETC ▶History
Blog history
01/30/2022 ▶ETC ▶History
Blog history
01/30/2022 ▶ETC ▶History
Blog history
02/04/2022 ▶Algorithm ▶Implementation
02/04/2022 ▶Algorithm ▶Implementation
02/06/2022 ▶Computer Science ▶Data structures and algorithms with Java
02/06/2022 ▶Computer Science ▶Data structures and algorithms with Java
02/06/2022 ▶Computer Science ▶Data structures and algorithms with Java
02/07/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 리스트(배열)에 대해서 알아 볼 것이다.
02/07/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 리스트(배열)에 대해서 알아 볼 것이다.
02/07/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 리스트(배열)에 대해서 알아 볼 것이다.
02/08/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList
ArrayList에서 했던 것과 마찬가지로 LinkedList에서의 데이터 삽입, 데이터 삭제, 리스트 검색 등의 기능에 대해서 다뤄보도록 하겠다.
02/09/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList
이번 시간에는 LinkedList의 종류 중에서 Double LinkedList에 대해서 알아 볼 것이다.
02/09/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶LinkedList
이번 시간에는 LinkedList의 종류 중에서 Double LinkedList에 대해서 알아 볼 것이다.
02/10/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Stack
이번 시간에는 Stack 자료구조에 대해서 배워 볼 것이다.
02/11/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Queue
이번 시간에 배워 볼 내용은 Queue(큐)이다.
02/11/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Queue
이번 시간에 배워 볼 내용은 Queue(큐)이다.
02/11/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Queue
이번 시간에 배워 볼 내용은 Queue(큐)이다.
02/12/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Hash
이번 시간에는 해시에 대해 배워 볼 것이다.
02/13/2022 ▶Algorithm ▶LinkedList
02/13/2022 ▶Algorithm ▶Stack
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 이진 탐색(Binary Search)에 대해서 알아볼 것이다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 이진 탐색(Binary Search)에 대해서 알아볼 것이다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 보간 탐색(Interpolation Search), 삼진 탐색(Ternary Search), 지수 탐색(Exponential Search)에 대해서 알아 보도록 하겠다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 보간 탐색(Interpolation Search), 삼진 탐색(Ternary Search), 지수 탐색(Exponential Search)에 대해서 알아 보도록 하겠다.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 저번 시간(이진 탐색)에 이어서 점프 탐색(Jump search)에 대해서 알아보도록 하자.
02/13/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BinarySearch
이번 시간에는 저번 시간(이진 탐색)에 이어서 점프 탐색(Jump search)에 대해서 알아보도록 하자.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 정렬의 종류 중 버블 정렬에 대해서 배워보도록 하겠습니다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 정렬의 종류 중 버블 정렬에 대해서 배워보도록 하겠습니다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 삽입 정렬(Insertion Sorting)에 대해 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 삽입 정렬(Insertion Sorting)에 대해 배워 보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 merge sorting에 대해서 배워보도록 하겠다.
02/14/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 merge sorting에 대해서 배워보도록 하겠다.
02/15/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번시간에는 퀵 정렬에 대해서 배워 보도록 하겠다.
02/15/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번시간에는 퀵 정렬에 대해서 배워 보도록 하겠다.
02/16/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Tree
이번 시간에는 트리 구조에 대해서 배워보도록 하겠습니다.
02/16/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Tree
이번 시간에는 트리 구조에 대해서 배워보도록 하겠습니다.
02/17/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Heap
ㅣ이번 시간에는 Heap 자료구조와 우선순위 큐 (Priority Queue)에 대해서 알아보자.
02/17/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Heap
ㅣ이번 시간에는 Heap 자료구조와 우선순위 큐 (Priority Queue)에 대해서 알아보자.
02/18/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프에 대해 알아보도록 하겠습니다.
02/19/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프 탐색 방법 중 깊이 우선 탐색(DFS)에 대해서 배워볼 것이다.
02/19/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프 탐색 방법 중 깊이 우선 탐색(DFS)에 대해서 배워볼 것이다.
02/19/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프 탐색 방법 중 너비 우선 탐색(BFS)에 대해서 배워볼 것이다.
02/19/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 그래프 탐색 방법 중 너비 우선 탐색(BFS)에 대해서 배워볼 것이다.
02/20/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Dijkstra
이번 시간에는 다익스트라 라는 최단 거리를 알아내는 알고리즘에 대해 배워 보도록 하겠다.
02/20/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Dijkstra
이번 시간에는 다익스트라 라는 최단 거리를 알아내는 알고리즘에 대해 배워 보도록 하겠다.
02/21/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶DynamicProgramming
02/21/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶DynamicProgramming
02/21/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶DynamicProgramming
02/22/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Greedy
02/22/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Greedy
02/23/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Graph
이번 시간에는 위상정렬에 대해서 배워 보도록 할 것이다.
02/25/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 쉘 정렬(Shell Sort)에 대해서 배워볼 것이다.
02/25/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶Sorting
이번 시간에는 쉘 정렬(Shell Sort)에 대해서 배워볼 것이다.
02/26/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 자료구조 트라이에 대해 알아보도록 하겠다.
02/26/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 자료구조 트라이에 대해 알아보도록 하겠다.
02/27/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BruteForce
이번 시간에는 완전 탐색(브루트 포스)에 대해서 배워보도록 할 것이다.
02/27/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BruteForce
이번 시간에는 완전 탐색(브루트 포스)에 대해서 배워보도록 할 것이다.
02/28/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 분할 정복 알고리즘(Divide & Conquer Algorithm)에 대해서 알아보도록 할 것이다.
02/28/2022 ▶Computer Science ▶Data structures and algorithms with Java
이번 시간에는 분할 정복 알고리즘(Divide & Conquer Algorithm)에 대해서 알아보도록 할 것이다.
03/01/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BackTracking
이번 시간에는 백트래킹 알고리즘에 대해서 알아보도록 하겠다.
03/01/2022 ▶Computer Science ▶Data structures and algorithms with Java ▶Algorithm ▶BackTracking
이번 시간에는 백트래킹 알고리즘에 대해서 알아보도록 하겠다.
03/04/2022 ▶Algorithm ▶Implementation
백준 15829번 문제 풀이
03/04/2022 ▶Algorithm ▶Implementation
백준 15829번 문제 풀이
03/04/2022 ▶Algorithm ▶Implementation
백준 15829번 문제 풀이
03/04/2022 ▶Algorithm ▶Implementation
백준 15829번 문제 풀이
03/07/2022 ▶Computer Science ▶Data structures and algorithms with Python ▶Language ▶Python
03/10/2022 ▶Computer Science ▶Computer Architecture
Review)
03/15/2022 ▶Computer Science ▶Computer Architecture
Review)
03/15/2022 ▶Computer Science ▶Computer Architecture
Review)
03/22/2022 ▶Computer Science ▶Computer Architecture
Review)
03/22/2022 ▶Computer Science ▶Computer Architecture
Review)
03/22/2022 ▶Computer Science ▶Computer Architecture
Review)
04/04/2022 ▶Computer Science ▶Data structures and algorithms with Python ▶Python
Abstract Data Types(ADT)
04/04/2022 ▶Computer Science ▶Data structures and algorithms with Python ▶Python
Abstract Data Types(ADT)
04/04/2022 ▶Computer Science ▶Data structures and algorithms with Python
Linked List ADTs
04/12/2022 ▶Computer Science ▶Computer Architecture
Control
04/13/2022 ▶System ▶System Programming
04/13/2022 ▶System ▶System Programming
04/14/2022 ▶Computer Science ▶Computer Architecture
04/25/2022 ▶Computer Science ▶Data structures and algorithms with Python
05/02/2022 ▶Computer Science ▶Data structures and algorithms with Python
05/03/2022 ▶Computer Science ▶Computer Architecture
05/10/2022 ▶System ▶System Programming
05/11/2022 ▶System ▶System Programming
05/12/2022 ▶Computer Science ▶Computer Architecture
05/12/2022 ▶System ▶System Programming
05/13/2022 ▶System ▶System Programming
05/13/2022 ▶System ▶System Programming
05/13/2022 ▶System ▶System Programming
05/19/2022 ▶System ▶System Programming
05/23/2022 ▶Computer Science ▶Data structures and algorithms with Python
05/24/2022 ▶Computer Science ▶Computer Architecture
05/24/2022 ▶System ▶System Programming
05/25/2022 ▶Computer Science ▶Data structures and algorithms with Python
06/07/2022 ▶Computer Science ▶Computer Architecture
Parallel Processors from Client to Cloud
06/21/2022 ▶Algorithm ▶search
수 찾기
06/21/2022 ▶Algorithm ▶Sorting
보물