yucy

@liaolucy8909

Leftist Tree(左偏樹)

Definition A leftist tree is a binary tree such that if it is not empty, then for every internal node x Shortest(left_child(x))>=Sh...

Binary tree(二元樹)

Definition: Every node in a binary tree have no greater than two branchs. Example: Binary tree not Binary...

演算法

為什麼要學演算法?會Coding不是就可以解決問題了,為什麼還要學演算法呢?Coding是可以解決問題沒錯,但上升到企業和用戶之間,並沒有一個對所有人都通用的模型,像你和你同學打的程式碼就不一樣了,一個產品的開發大多都不只一個團隊,各個部門所需要的一定不同,而演算法所學的就是各種思考模式和優化方法。

Fibonacci Heap

Definition: Collection of min trees.The min trees need not be Binomial trees.

没有更多