Tag

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%

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

[Baekjoon] 4375번 1

03/08/2020   ▶Algorithm ▶Math ▶BruteForce

1 분 소요

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

맨 위로 이동 ↑

Data structure

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

맨 위로 이동 ↑

HCI

맨 위로 이동 ↑

Computer Architecture

맨 위로 이동 ↑

System Programming

맨 위로 이동 ↑

운영체제

[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)

맨 위로 이동 ↑

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

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

맨 위로 이동 ↑

Intro

맨 위로 이동 ↑

Nodejs

맨 위로 이동 ↑

정렬

[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] Sorting(정렬)

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

3 분 소요

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

맨 위로 이동 ↑

Unix

맨 위로 이동 ↑

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....

맨 위로 이동 ↑

Data structures and algorithms

[python] Python Basis

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

6 분 소요

프로그램 실행 위주

맨 위로 이동 ↑

Python

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

프로그램 실행 위주

맨 위로 이동 ↑

File System

맨 위로 이동 ↑

implementation

맨 위로 이동 ↑

Queue

맨 위로 이동 ↑

algorithm

맨 위로 이동 ↑

data structure

맨 위로 이동 ↑

Android

맨 위로 이동 ↑

Pipeline

맨 위로 이동 ↑

mathmetics

맨 위로 이동 ↑

arithmetic

맨 위로 이동 ↑

Dynamic Programming

맨 위로 이동 ↑

LinkedList

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

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

9 분 소요

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

맨 위로 이동 ↑

Stack

[자료구조] Stack(스택)

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

5 분 소요

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

맨 위로 이동 ↑

Hash

[자료구조] Hash(해시)

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

19 분 소요

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

맨 위로 이동 ↑

Tree

맨 위로 이동 ↑

Binary Tree

맨 위로 이동 ↑

Heap

맨 위로 이동 ↑

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

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

맨 위로 이동 ↑

Project

맨 위로 이동 ↑

BMI 계산기

맨 위로 이동 ↑

Memory

맨 위로 이동 ↑

Performance

맨 위로 이동 ↑

Data structures

맨 위로 이동 ↑

C

맨 위로 이동 ↑

File I/O

맨 위로 이동 ↑

process

맨 위로 이동 ↑

Cache Design

맨 위로 이동 ↑

Socket

맨 위로 이동 ↑

Network

맨 위로 이동 ↑

I/O

맨 위로 이동 ↑

Math

[Baekjoon] 4375번 1

03/08/2020   ▶Algorithm ▶Math ▶BruteForce

1 분 소요

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

맨 위로 이동 ↑

etc

Blog history

01/30/2022   ▶ETC ▶History

최대 1 분 소요

Blog history

맨 위로 이동 ↑

blog

Blog history

01/30/2022   ▶ETC ▶History

최대 1 분 소요

Blog history

맨 위로 이동 ↑

jekyll

Blog history

01/30/2022   ▶ETC ▶History

최대 1 분 소요

Blog history

맨 위로 이동 ↑

Mathmetics

맨 위로 이동 ↑

Greedy Algorithm

맨 위로 이동 ↑

빅오 표기법

맨 위로 이동 ↑

점근 표기법

맨 위로 이동 ↑

시간복잡도

맨 위로 이동 ↑

리스트

맨 위로 이동 ↑

ArrayList

맨 위로 이동 ↑

배열

맨 위로 이동 ↑

연결리스트

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

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

9 분 소요

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

맨 위로 이동 ↑

이중연결리스트

맨 위로 이동 ↑

DoubleLinkedList

맨 위로 이동 ↑

스택

[자료구조] Stack(스택)

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

5 분 소요

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

맨 위로 이동 ↑

맨 위로 이동 ↑

선형 큐

맨 위로 이동 ↑

원형 큐

맨 위로 이동 ↑

해시

[자료구조] Hash(해시)

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

19 분 소요

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

맨 위로 이동 ↑

linkedList

맨 위로 이동 ↑

stack

맨 위로 이동 ↑

이진 탐색

[Algorithm] Binary Search(이진 탐색)

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

5 분 소요

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

맨 위로 이동 ↑

보간탐색

맨 위로 이동 ↑

점프 탐색

[Algorithm] Jump Search(점프 탐색)

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

2 분 소요

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

맨 위로 이동 ↑

Bubble Sort

[Algorithm] Bubble Sort(버블 정렬)

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

4 분 소요

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

맨 위로 이동 ↑

버블 정렬

[Algorithm] Bubble Sort(버블 정렬)

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

4 분 소요

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

맨 위로 이동 ↑

Insert Sort

[Algorithm] Insert Sort(삽입 정렬)

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

4 분 소요

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

맨 위로 이동 ↑

삽입 정렬

[Algorithm] Insert Sort(삽입 정렬)

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

4 분 소요

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

맨 위로 이동 ↑

merge sort

[Algorithm] Merge Sort(합병 정렬)

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

7 분 소요

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

맨 위로 이동 ↑

합병 정렬

[Algorithm] Merge Sort(합병 정렬)

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

7 분 소요

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

맨 위로 이동 ↑

Quick sort

[Algorithm] Quick Sort(퀵 정렬)

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

9 분 소요

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

맨 위로 이동 ↑

퀵 정렬

[Algorithm] Quick Sort(퀵 정렬)

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

9 분 소요

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

맨 위로 이동 ↑

트리

맨 위로 이동 ↑

이진 트리

맨 위로 이동 ↑

맨 위로 이동 ↑

Priority Queue

맨 위로 이동 ↑

그래프

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

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

10 분 소요

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

맨 위로 이동 ↑

DFS

맨 위로 이동 ↑

깊이 우선 탐색

맨 위로 이동 ↑

BFS

맨 위로 이동 ↑

너비 우선 탐색

맨 위로 이동 ↑

Dijkstra

맨 위로 이동 ↑

다익스트라

맨 위로 이동 ↑

DynamicProgramming

맨 위로 이동 ↑

다이나믹 프로그래밍

맨 위로 이동 ↑

동적 계획법

맨 위로 이동 ↑

Greedy

맨 위로 이동 ↑

그리디 알고리즘

맨 위로 이동 ↑

Topological Sorting

[Algorithm] Topological Sorting(위상 정렬)

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

4 분 소요

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

맨 위로 이동 ↑

Shell sort

[Algorithm] Shell Sort(셸 정렬)

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

4 분 소요

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

맨 위로 이동 ↑

쉘 정렬

[Algorithm] Shell Sort(셸 정렬)

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

4 분 소요

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

맨 위로 이동 ↑

Trie

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

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

3 분 소요

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

맨 위로 이동 ↑

트라이

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

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

3 분 소요

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

맨 위로 이동 ↑

브루트 포스

맨 위로 이동 ↑

완전 탐색

맨 위로 이동 ↑

DivideandConquer

맨 위로 이동 ↑

분할 정복

맨 위로 이동 ↑

BackTracking

[Algorithm] BackTracking(백트래킹)

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

5 분 소요

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

맨 위로 이동 ↑

백트래킹

[Algorithm] BackTracking(백트래킹)

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

5 분 소요

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

맨 위로 이동 ↑

Baekjoon

맨 위로 이동 ↑

Implementation

맨 위로 이동 ↑

String

맨 위로 이동 ↑

Hashing

맨 위로 이동 ↑

Object

[python] Python objects

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

1 분 소요

맨 위로 이동 ↑

CPU

맨 위로 이동 ↑

CPU time

맨 위로 이동 ↑

Latency

맨 위로 이동 ↑

big-endian

맨 위로 이동 ↑

little-endian

맨 위로 이동 ↑

base addressing

맨 위로 이동 ↑

Abstract Data Types

[Python] Abstract Data Types

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

2 분 소요

Abstract Data Types(ADT)

맨 위로 이동 ↑

ADT

[Python] Abstract Data Types

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

2 분 소요

Abstract Data Types(ADT)

맨 위로 이동 ↑

Linked List

맨 위로 이동 ↑

Single Cycle MIPS

맨 위로 이동 ↑

File

맨 위로 이동 ↑

Locking

맨 위로 이동 ↑

Multi Architecture

맨 위로 이동 ↑

Binary Search Tree

맨 위로 이동 ↑

Grpah

맨 위로 이동 ↑

hazard

맨 위로 이동 ↑

Process ID

맨 위로 이동 ↑

Process control

맨 위로 이동 ↑

Cache

맨 위로 이동 ↑

program

맨 위로 이동 ↑

memory

맨 위로 이동 ↑

variable

맨 위로 이동 ↑

booting

맨 위로 이동 ↑

Signal

맨 위로 이동 ↑

Greedy Algorithms

맨 위로 이동 ↑

Virtual Memory

맨 위로 이동 ↑

Pipe

맨 위로 이동 ↑

Shortest Path Algorithms

맨 위로 이동 ↑

Parallel Processors

맨 위로 이동 ↑

sorting

맨 위로 이동 ↑