Publish Date : 2020-02-17 09:44 題目: On a plane there are n points with integer coordinates points[i] = [xi, yi]. Your task is to find the minimum time in seconds to visit all points. You can move according to the next rules: * In one second always you can either move vertically, horizontally by one unit or diagonally (it means to move one unit vertically and one unit
Publish Date : 2019-12-20 10:16 題目: Balanced strings are those who have equal quantity of ‘L’ and ‘R’ characters. Given a balanced string s split it in the maximum amount of balanced strings. Return the maximum amount of splitted balanced strings. example: Input: s = “RLRRLLRLRL”
Publish Date : 2019-12-18 11:15 Golang對網路來說是門友善的語言 對於UI 其實搭配使用web的方式會比較好 擴展性高,支援多個平台 但桌面型式的UI(GUI)在目前
Publish Date : 2019-12-18 10:23 題目: Given head which is a reference node to a singly-linked list. The value of each node in the linked list is either 0 or 1. The linked list holds the binary representation of a number.Return the decimal value of the number in the linked list. Golang的解法: 看Hint1是
Publish Date : 2019-09-24 10:07 一開始要先說爬蟲是什麼呢? 跟據維基的定義其中一段: 網路爬蟲可以將自己所存取的頁面儲存下來,以便搜尋引擎事後生成索引供用戶搜尋。 可以
Publish Date : 2018-11-26 11:56 golang也看了一段時間 沒什麼大進度 感覺回到了C懷抱 但又方便的多 尤其併發的控制上 其實程式到最後都會走向一條道路上 就是便於修改與維
Publish Date : 2018-10-26 09:17 好像又回到C的懷抱 之前就有聽過Golang大名 畢竟背後有大神Google撐腰 也剛好自己在學習邁向全端的過程中 有個案子剛好需要用到g