autekwing's blog. 此部落格分享我曾經學習的經驗與感興趣的事務。 This blog presents everything I am interested in and learned . 另外歡迎參觀我的另一個部落格! Hello Wing, Play Garden
有些內容使用中英雙語,有些只有英文或中文。歡迎使用與分享任何內容,但先來信告知並標示此部落格為出處。
Some parts use both Chinese and English, but some parts use only one language. Feel free to share, but please contact me first and list this blog as your reference.
2014年7月26日 星期六
2014年7月21日 星期一
一個價值15兆的問題 The $15 trillion question - 看經濟學人學商業英文 learn Business English through The Economist
瀏覽 The Economist ,小小紀錄一下~
下面的解釋,是照翻原文文章,不同人可有不同解釋。
這是一個關於退休金的故事...不過看完也沒有很懂 :(
原文: 這個價值15兆的問題 The $15 trillion question
下面的解釋,是照翻原文文章,不同人可有不同解釋。
這是一個關於退休金的故事...不過看完也沒有很懂 :(
原文: 這個價值15兆的問題 The $15 trillion question
2014年7月17日 星期四
LeetCode OJ - Binary Tree Preorder Traversal (C++) (try 3 times) (Iterative)
為了練習尋找實習時會碰到的問題,我用別人推薦的 LeetCode online judge。
希望能直接寫程式,不用事先編譯就能直接AC。
這是下面是我寫的 Binary Tree Preorder Traversal 的解法。
To practice future interview question, I use LeetCode online judge.
I am trying to type code directly on website without compile in other tool.
The following program is my Binary Tree Preorder Traversal solution.
希望能直接寫程式,不用事先編譯就能直接AC。
這是下面是我寫的 Binary Tree Preorder Traversal 的解法。
To practice future interview question, I use LeetCode online judge.
I am trying to type code directly on website without compile in other tool.
The following program is my Binary Tree Preorder Traversal solution.
LeetCode OJ - Binary Tree Preorder Traversal (C++) (try 2 times) (Recursive)
為了練習尋找實習時會碰到的問題,我用別人推薦的 LeetCode online judge。
希望能直接寫程式,不用事先編譯就能直接AC。
這是下面是我寫的 Binary Tree Preorder Traversal 的解法。
To practice future interview question, I use LeetCode online judge.
I am trying to type code directly on website without compile in other tool.
The following program is my Binary Tree Preorder Traversal solution.
希望能直接寫程式,不用事先編譯就能直接AC。
這是下面是我寫的 Binary Tree Preorder Traversal 的解法。
To practice future interview question, I use LeetCode online judge.
I am trying to type code directly on website without compile in other tool.
The following program is my Binary Tree Preorder Traversal solution.
2014年7月7日 星期一
[FLOLAC] 安裝Haskell環境與基本操作教學 - 使用GHCi
在 2014 FLOLAC的時候,接觸我第一個functional language - Haskell !
如果你也有興趣想接觸一下Haskell ~ 就來安裝一下吧 XD
我是安裝GHCi在Windows環境裡面,請點這裡下載。
如果你也有興趣想接觸一下Haskell ~ 就來安裝一下吧 XD
我是安裝GHCi在Windows環境裡面,請點這裡下載。
[Haskell] FLOLAC - Functional Programming Practicals 2 - Products and Sums 乘積和合
在上 FLOLAC 的課程時,老師出了一些 Haskell 的練習題給我們練習。
這邊我列出第二部分的題目跟我作的參考答案~
但我還是建議你看原版的PDF (有全部的題目) 會比較清楚XD
When I am studying in the FLOLAC, the teacher gave us some Haskell exercises to practice.
I put the problems and my answer of section 3 to this article! ( for List and recursive functions.)
But I think you should see the original practicals PDF, which is more clear.
這邊我列出第二部分的題目跟我作的參考答案~
但我還是建議你看原版的PDF (有全部的題目) 會比較清楚XD
When I am studying in the FLOLAC, the teacher gave us some Haskell exercises to practice.
I put the problems and my answer of section 3 to this article! ( for List and recursive functions.)
But I think you should see the original practicals PDF, which is more clear.
[Haskell] FLOLAC - Functional Programming Practicals 1 - Functions 函數
在上 FLOLAC 的課程時,老師出了一些 Haskell 的練習題給我們練習。
這邊我列出第一部分的題目跟我作的參考答案~ (練習使用函數!)
但我還是建議你看原版的PDF (有全部的題目) 會比較清楚XD
BTW, 目前我跳過第六題了XD
When I am studying in the FLOLAC, the teacher gave us some Haskell exercises to practice.
I put the problems and my answer of section 3 to this article! ( for List and recursive functions.)
But I think you should see the original practicals PDF, which is more clear.
這邊我列出第一部分的題目跟我作的參考答案~ (練習使用函數!)
但我還是建議你看原版的PDF (有全部的題目) 會比較清楚XD
BTW, 目前我跳過第六題了XD
When I am studying in the FLOLAC, the teacher gave us some Haskell exercises to practice.
I put the problems and my answer of section 3 to this article! ( for List and recursive functions.)
But I think you should see the original practicals PDF, which is more clear.
2014年7月6日 星期日
[Haskell] FLOLAC - Functional Programming Practicals 3 - Lists and Recursive Function 遞回函數
在上 FLOLAC 的課程時,老師出了一些 Haskell 的練習題給我們練習。
這邊我列出第三部分的題目跟我作的參考答案~ (練習使用 List 跟寫遞回函數!)
但我還是建議你看原版的PDF (有全部的題目) 會比較清楚XD
When I am studying in the FLOLAC, the teacher gave us some Haskell exercises to practice.
I put the problems and my answer of section 3 to this article! ( for List and recursive functions.)
But I think you should see the original practicals PDF, which is more clear.
這邊我列出第三部分的題目跟我作的參考答案~ (練習使用 List 跟寫遞回函數!)
但我還是建議你看原版的PDF (有全部的題目) 會比較清楚XD
When I am studying in the FLOLAC, the teacher gave us some Haskell exercises to practice.
I put the problems and my answer of section 3 to this article! ( for List and recursive functions.)
But I think you should see the original practicals PDF, which is more clear.
訂閱:
文章 (Atom)
