Toggle navigation
phjung1 Blog
Home
About
Archive
Archive
「나는 그동안 무엇을 했을까?」
Show All
49
Algorithms
19
Searching and Sorting
18
cpp
8
A Tour of C++
7
Cmake
6
vim
4
command
3
linux
3
clen code
2
opencv
2
Analysis of Algorithms1
1
Binary Search
1
Bubble Sort
1
Bucket Sort
1
Comb Sort
1
Counting Sort
1
Cycle Sort
1
Exponential Search
1
GDB
1
HeapSort
1
Insertion Sort
1
Interpolation Search
1
Jump Search
1
Linear Search
1
Merge Sort
1
Pigeonhole Sort
1
QuickSort
1
Radix Sort
1
STRATEGIES FOR PROBLEM SOLVING
1
Selection Sort
1
ShellSort
1
THINK LIKE A PROGRAMMER
1
The Fox, the Goose, and the Corn
1
bash shell
1
clear linux
1
database
1
file system
1
gitgub
1
math
1
notation
1
sh
1
shell
1
ssh
1
2022
Fourier transform
Relational vs Non-Relational
Relational vs Non-Relational
Building and linking static and shared libraries
Controlling compilation with conditionals
Switching generators
From a Simple Executable to Libraries
Installing prerequisite software
Cmake
bash shell
GDB tutorial
Modularity 3
Modularity 2
Modularity1
2021
User-Defined Type -2
User-Defined Type
The Basics -2
The Basics
Don't Repeat Yourself
Exploring the System
Make Meaningful Distinctions
Classic Puzzles
Use Intention-Revealing Names
Cycle Sort
Meet the Dot Command
Navigation
cpp_programs
Pigeonhole Sort
What is the shell?
Vim Command
Comb Sort
Vim notation
ShellSort
Bucket Sort
Counting Sort
Radix Sort
Set up GitHub push with SSH keys.md
QuickSort
HeapSort
Merge Sort
Insertion Sort
Selection Sort
Exponential Search
Interpolation Search
Jump Search
Bubble Sort
Binary Search
Linear Search
Performance of loops (A caching question)