15 Jun 2024 in Study / Rosalind on Rosalind problem
A problem from rosalind “Bioinformatics Stronghold” category, Web Crawling, Regular Expression, String Algorithm
Baekjoon 2493
13 Jun 2024 in Study / Rosalind on Rosalind problem
A problem from rosalind “Bioinformatics Stronghold” category, Probability Calculation
13 Jun 2024 in Study / Biology on Non-mendelian inheritance
Genetics Robert J. Brooker, Genetics Course in Yonsei (reference)
This posting is my note that I study the contents and write them in my style This is the private repository where I can only review my notes Repository
12 Jun 2024 in Study / Computer science on Data structure
Data Structure, Tree, 이것이 자료구조+알고리즘이다 with C언어 (reference)
Use tree data structure Expression Tree (수식 트리)From postfix notation, we can make Expression Tree Through various DFS (preOrder, inOrder, postOrder) on expression tree, it is easy to get prefix notation, infix notation, and postfix notation Disjoint Set (분리 집합)Through tree data structure, we can know which set certain elements are involved in