두 배열의 합 - 2143 
2023.03.23
Baekjoon
algorithm
binarysearch
sort
Category
- Baekjoon 13
- System Programming 11
- AI Core Projects 8
- Compilers 7
- Blog 6
- Computer Systems 6
- Computer Graphics 5
- Database System 5
- Deep Learning 3
- Algorithm concepts 1
Baekjoon
수 정렬하기 3 - 10989 
2023.03.22
Baekjoon
algorithm
sort
수 정렬하기 2 - 2751 
2023.03.22
Baekjoon
algorithm
sort
수 정렬하기 - 2750 
2023.03.22
Baekjoon
algorithm
sort
회의실 배정 - 1931 
2023.03.22
Baekjoon
algorithm
sort
단어 정렬 - 1181 
2023.03.22
Baekjoon
algorithm
sort
접미사 배열 - 11656 
2023.03.22
Baekjoon
algorithm
sort
엠비티아이 - 24725 
2023.03.19
Baekjoon
algorithm
bruteforce
셀프 넘버 - 4673 
2023.03.17
Baekjoon
algorithm
bruteforce
완전 제곱수 - 1977 
2023.03.17
Baekjoon
algorithm
bruteforce
좋은 구간 - 1059 
2023.03.15
Baekjoon
algorithm
bruteforce
수학은 비대면 강의입니다 - 19532 
2023.03.12
Baekjoon
algorithm
bruteforce
단순한 문제(small)- 25494 
2023.03.11
Baekjoon
algorithm
bruteforce
System Programming
Signal Handlers 
2022.12.08
System Programming
signal
Signals 
2022.12.07
System Programming
signal
Process Groups, Sessions 
2022.12.06
System Programming
process
Process  
2022.11.02
System Programming
process
Files랑 Directories, File Systems 
2022.10.31
System Programming
directory
fileio
File I/O 
2022.10.30
System Programming
fileio
자동으로 서버에 접속하는 shell script 만들기 
2022.10.28
System Programming
shell
Shell Programming 문법 
2022.10.27
System Programming
shell
Linux Commands 정리 
2022.10.26
System Programming
linux
Tools in Linux : make, gdb, patch 
2022.10.25
System Programming
compiler
linux
Linux Basics 개념 
2022.10.24
System Programming
linux
AI Core Projects
자연어 처리(NLP) 개요 
2023.03.16
AI Core Projects
ChatGPT
ChatGPT에 대해 알아보기 
2023.03.14
AI Core Projects
ChatGPT
[5주차] Deepface 사용해보기 
2022.12.08
AI Core Projects
deepface
project
[4주차] 뒷통수 인식 모델 구현해보기 
2022.11.29
AI Core Projects
classification
project
[3주차] 당근 이미지 배경색 제거 
2022.11.28
AI Core Projects
facedetection
project
[2주차] 일반인 얼굴에 당근이미지 대치 
2022.11.27
AI Core Projects
facedetection
project
[1주차] Yolo v5 모델 돌려보기 
2022.11.27
AI Core Projects
error
facedetection
modelbuilding
[CJ 연계 프로젝트 2] 영상 내 일반인 초상권 보호를 위한 얼굴 대치 프로젝트 
2022.11.26
AI Core Projects
project
Compilers
LL(1) parsing 
2022.11.29
Compilers
parsing
Top-down, Bottom-up Parsing 
2022.11.27
Compilers
parsing
Context Free Grammar 
2022.11.24
Compilers
syntax
Finite Automata - DFA, NFA 
2022.11.09
Compilers
automata
Lexical Analysis 
2022.11.07
Compilers
lex
token
Compiler Phases 
2022.11.03
Compilers
compiler
Compilation and Interpretation 
2022.11.03
Compilers
compiler
interpreter
Blog
간단한 notice 박스 기능 사용하기 
2022.10.01
Blog
Github
minimal-mistake
Minimal-Mistake 디렉토리 뜯어보기 
2022.09.12
Blog
Github
minimal-mistake
이미지 업로드 하는 방법 
2022.08.08
Blog
Github
markdown
Markdown 문법 간단 정리 
2022.08.05
Blog
markdown
블로그에 글 포스팅하기 
2022.08.01
Blog
Github
minimal-mistake
Notion
내 Github 블로그 만들기 
2022.07.29
Blog
Github
Ruby
Computer Systems
Static Linking 
2023.06.18
Computer Systems
compiler
linker
Floating Point, 부동소수점의 표현 
2023.03.26
Computer Systems
encoding
IEEE
Bits, Bytes, and Integers의 표현 
2023.03.23
Computer Systems
bit
byte
integers
Introduction to Computer Systems 
2023.03.18
Computer Systems
cpu
memory
Computer Graphics
[PA 3] Trackball Camera + Lighting 구현하기 
2023.05.22
Computer Graphics
pa
rendering
[PA 2] Object Picker - Bunny 만들기 
2023.04.14
Computer Graphics
pa
rendering
[PA 1] 삼각형 Rotation + Color Change 
2023.03.25
Computer Graphics
pa
rendering
Graphics Overview Pipeline 
2023.03.24
Computer Graphics
rasterization
rendering
Database System
[Adv SQL] Triggers 
2023.10.25
Database System
SQL
[Adv SQL] JDBC, Accessing SQL 
2023.10.24
Database System
SQL
[Inter SQL] Integrity Constraints 
2023.10.23
Database System
SQL
[Inter SQL] Views 
2023.10.21
Database System
SQL
[Inter SQL] Join Expressions 
2023.10.20
Database System
join
SQL
Deep Learning
Pytorch Basics : Tensor 알아보기 
2023.03.23
Deep Learning
deeplearning
pytorch
Python Basics : Numpy 알아보기 
2023.03.22
Deep Learning
deeplearning
numpy
Deep Learning 개요 
2023.03.14
Deep Learning
deeplearning
Algorithm concepts
시간 복잡도와 완전 탐색 
2023.03.10
Algorithm concepts
algorithm
bruteforce