본문 바로가기

분류 전체보기59

로그를 쓰는 이유(The reason why use log) https://blog.naver.com/tauelecware/221737222522 로그는 왜 쓰나요? , 밀리(Mili),마이크로(Micro),나노(Nano) 1. 로그는 왜 쓰나요? 로그를 쓰는 이유는 Scale(척도;자의 눈금)을 바꾸기 위해서 씁니다. 척도를 변화율... blog.naver.com 컴퓨터과학에서 알고리즘 복잡도를 구할 때 log를 자주 접했던게 기억이 납니다. 로그에 대해서 직관을 가지게 해주는 짧은 글을 찾았습니다. 도움이 될 것 같아 공유하고 싶어 링크를 남깁니다. 즐기세여 2020. 3. 30.
[자료구조] Program to find the total number of possible Binary Search Trees with n keys. feat. catalan number 원문링크 : https://www.javatpoint.com/program-to-find-the-total-number-of-possible-binary-search-trees-with-n-keys Program to Find the Total Number of Possible Binary Search Trees with N Keys - javatpoint Program to Find the Total Number of Possible Binary Search Trees with N Keys on fibonacci, factorial, prime, armstrong, swap, reverse, search, sort, stack, queue, array, linkedlist, tree, graph etc.. 2020. 3. 23.
[자료구조] Program to find the nodes which are at the maximum distance in a Binary Tree 원문 링크 https://www.javatpoint.com/program-to-find-the-nodes-which-are-at-the-maximum-distance-in-a-binary-tree Program to Find the Nodes Which are at the Maximum Distance in a Binary Tree - javatpoint Program to Find the Nodes Which are at the Maximum Distance in a Binary Tree on fibonacci, factorial, prime, armstrong, swap, reverse, search, sort, stack, queue, array, linkedlist, tree, graph etc... 2020. 3. 19.
[자료구조] Program to find maximum width of a binary tree 원문 링크 : https://www.javatpoint.com/program-to-find-maximum-width-of-a-binary-tree Program to Find Maximum Width of a Binary Tree - javatpoint Program to Find Maximum Width of a Binary Tree on fibonacci, factorial, prime, armstrong, swap, reverse, search, sort, stack, queue, array, linkedlist, tree, graph etc. www.javatpoint.com 여기서 width란 한 level의 node의 수를 의미한다. 따라서 maximum width라 함은, 한 level에 있.. 2020. 3. 19.