Home
  • Tags
  • About Me

Hi there


I made this blog so I can be productive

Properties of XOR

Posted on June 23, 2020

refernce [Read More]
Tags: cs

Time and Space Complexity of Binary Tree Inorder Traversal

Posted on June 21, 2020

Recursion -time complexity: O(n) ( recurrrence relation: T(n) = 2*T(n/2)+1 ) -space complexity: O(h) (where h is the height of the tree) why? At most n activation records are on the stack at one point (in the worst case) [Read More]
Tags: algorithms cs

LeetCode 617

Posted on June 19, 2020

LeetCode 617: Merge Two Binary Trees [Read More]
Tags: algorithms tree recursion

How to speed up I/O on LeetCode?

Posted on June 19, 2020

Recently while I was reading through other’s codes on LeetCode, I encountered a few lines of code that were mysterious to me. [Read More]

About different styles of FOR loops

Posted on June 19, 2020

There are 4 differents ways to iterate through an array. [Read More]
Tags: c++
  • Older Posts →
  • GitHub
  • Email me
  • Instagram

Hyunjung Kim  •  2020  •  hyunjung.com

Theme by beautiful-jekyll