Trie

Data Structure

  • Data structure using tree
  • It consists of chars from the specific string
  • is used to find prefix (접두사) easily

Continue reading Trie

Tree

Data Structure, 이것이 자료구조+알고리즘이다 with C언어 (reference)

  • a kind of Graph
  • Node (N) + Edge (N-1)
  • hierarchy : no cycle (Only Top → Bottom or Bottom → Top)
  • From root (only one) to specific node, there is only one path
  • For all of nodes except root node, it has only one parent node
  • A specific node can be a root node for subtree

Continue reading Tree

Quick Sort

Algorithm

  • a kind of sorting algorithm
  • use Divide & Conquer

Insulin Action

Molecular Cell Biology Lodish (reference), Cell Biology 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

Pagination


© 2017. All rights reserved.

Powered by Hydejack v조현진