Cell Division

Genetics Robert J. Brooker (reference), Genetics Course in Yonsei (reference), Biology A Global Approach 12th Edition (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

Heap Sort

Algorithm

  • a kind of sorting algorithm
  • use the heap structure (max heap or min heap)

Heap

Data Structure

  • Complete Binary Tree : Almost symmetric tree (parent node has at most 2 child nodes)
  • Loosely sort
  • Max heap
    • Parent Node’s value >= Child Node’s value
      그림1

Continue reading Heap

Queue

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

  • A kind of data structure
  • FIFO (First in, First out)

Pagination


© 2017. All rights reserved.

Powered by Hydejack v조현진