Recent posts

Hashing

2 minute read

Hashing Flow -DAA used the space u. How can I shrink the space u to m? Division Hash Function Formula: H(k)=kmodm Problem: Collision between keys Univer...

Algorithm Sorting

less than 1 minute read

Sorting Algorithm 1. Permutation Sort 1) Find the all the permutations for the given list 2) Pick one permutation 3) Check whether it is sorted. If the g...

Trie_ds

less than 1 minute read

layout: post title: Trie DS —

Baekjoon2251

less than 1 minute read

layout: post title: Baekjoon2251 —