首頁

0

Count and Say

Count and SayThe count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, … 1 is read off as “one 1” or 11. 11 is read off as “two 1s” or 21. 21 is read off a

0

Valid Sudoku

Valid SudokuThe Sudoku board could be partially filled, where empty cells are filled with the character ‘.’. Note: A valid Sudoku board (partially filled) is not necessarily solvable. Only the fille

0

Remove Element

Remove ElementGiven an array and a value, remove all instances of that value in place and return the new length. Do not allocate extra space for another array, you must do this in place with constant

0

Swap Nodes in Pairs

Swap Nodes in PairsGiven a linked list, swap every two adjacent nodes and return its head. For example: 1Given 1->2->3->4, you should return the list as 2->1->4->3. Your algorithm s

0

Remove Duplicates from Sorted Array

Remove Duplicates from Sorted ArrayGiven a sorted array, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate extra space for another arra

0

Merge Two Sorted Lists

Merge Two Sorted ListsMerge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 提示 解題應用 LinkedList Pointer

0

Valid Parentheses

Valid ParenthesesGiven a string containing just the characters ‘(‘, ‘)’, ‘{‘, ‘}’, ‘[‘ and ‘]’, determine if the input string is valid. The brackets must close in the correct order, “()” and “()[]{}”

0

Remove Nth Node From End of List

Remove Nth Node From End of ListGiven a linked list, remove the nth node from the end of list and return its head. Example: 123Given linked list: 1->2->3->4->5, and n = 2.After removing t

0

Longest Common Prefix

Longest Common PrefixWrite a function to find the longest common prefix string amongst an array of strings. 提示 解題應用 String Prefix String Default:123func longestCommonPrefix(strs []string) s

0

Roman to Integer

Roman to IntegerGiven a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999. 提示 解題應用 Math 規律觀察 String 規律觀察 Default:12func romanToInt(s strin

0

Palindrome Number

Palindrome NumberDetermine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, -1) If you are thinking of converting the integer

0

Reverse Integer

Reverse IntegerReverse digits of an integer. Exmaple1:1x = 123, return 321 Exmaple2:1x = -123, return -321 Have you thought about this? Here are some good questions to ask before coding. Bonus points

0

ZigZag Conversion

ZigZag ConversionThe string “PAYPALISHIRING” is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility) Exmaple:1

0

Two Sum

Two SumGiven an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution. Exmaple:1234Given nums

0

JSDC2015 學生獎勵計畫心得

若有錯誤歡迎大家指教<( )> 本篇為學生獎勵計畫給JSDC的心得報告 這次很榮幸可以通過JSDC學生獎勵計畫 自從Modern Web Conf之後越來越多都有設定鼓勵學生的方案 不然一張票可能就是一個學生一個月的國科會或助教的薪水了 藉由這次的機會讓我終於第一次參加JSDC 如果要跟Modern Web Conf收獲相比 JSDC參加完之後會讓手很癢…什麼技術都想玩一下 所以可以

0

Linkit One 開發心得

前言感謝MTK聯發科提供機會讓我有幸能參予Linkit One的測試 這是我在這一段時間的體驗,其中包含了很多我自己的看法,若有不足之處還請多包涵~ 因為已經有相當多的開箱文及介紹 所以我大多只紀錄一些比較印象深刻的地方囉! 希望能藉由這篇心得快速的來帶大家認識Linkit One及上手開發~ 如果有任何問題或指教歡迎來信: [email protected] 本篇心得 優點 定位 問題

0

Modern Web 2015 學生獎勵計畫心得

若有錯誤歡迎大家指教<( )> 本篇為學生獎勵計畫給iThome的心得報告 今年運氣不錯 能通過學生獎勵計畫的審核真是太讓人興奮結果幫我寫推薦信的梅興老師投的slides也被列入議程之中XD算是一個明明人在中研院參加研討會卻感覺要上課的概念(? iThome辦的活動整體來說很棒,進來的第一個感覺就是品質吧!這點和我過去在參加的研討會有點不太一樣,感覺比較正式,而且工作人員大多比較能處

0

四月 Taipei.py / Cython 手把手教學

從去年開始就一直有在參加Taipei.py 不過一直以來聽的都是在場Programmer 專業的分享 當然收獲有是有 不過仍然感到非常的硬 原因在於他們分享的東西沒有玩過 當然容易聽不懂 自從上次第一次 Pandas手把手教學 再接這次的Cython手把手教學 真的越來越感覺Taipei.py 對初學的人相常友善~ :) 我也感覺自己滿幸運的 當自己有想學的東西都會剛好有人要分享、教學(樂) 不管

0

node.js 基礎技術研習營

去年暑假在宅學習時,梅興老師請到Caesar Chi來談談node.js 不過那個時候我剛在玩Python 所以知道了這個用Javascript語言為基楚的後端 不過並沒有馬上玩XD 一直到了最近玩了 BZ學長寫的遊戲外掛,藉由修改手機遊戲封包 來達到人物一擊必殺,當時感到超驚訝的XD,而且又發現是由node.js架起來的~ 再加上SITCON時聽到有越來越多人開始玩它,梅大的Web又需要發表網

0

實戰中大型專案開發II

此文章僅做為基本入門參考 :) 這次是第二次專案開發的課程 不過可以確信的是我的工程數學應該完蛋了Orz 因為這篇網誌是考完之後才寫的,所以是真的確定完蛋了… 專案報告 某學長還臨陣脫逃艸 最後我們這組就他沒來 被酸爆了XD 為什麼要有編輯風格的標準? 主要是為了能讓Programmer的程式架構盡量保持一致 方便閱讀,也能提升對Code的維護 尤其是在多人合作的時候 我們這組報告的是Pytho

0

OSDC TW 2014

原本是沒有打算去參加的XD 畢竟有一天卡到上課 再加上下星期又是期中考,所以就打算PASS這次的Conference 不過在星期五早上看到 林哲安 大大~ 因為有事沒辦法參加,當下決定 既然有這樣的機會 就去參加看看吧……我是不是忘了什麼(? 感謝<( )> OSDC對於會眾讓我感到滿滿的善意XD 有接駁車 省去了不少麻煩 不過聽說後面的班次因為客運公司的問題導致沒有車 還好我超早就到

0

三月 Taipei.py / Pandas 手把手教學

這次是Taipei.py第一次有教學活動,聽說也是莫名其妙就有了 大家跟講者沙盤推演的去使用Pandas,此外也有助教從旁協助,剛好坐我後面 人超好XD 幫我解決了不少問題,而且這些問題都是在場也有用Mac的人居多Orz 原因在於不久前OSX Xcode更新到5.1後開始出現C編譯的各種狀況 從上面我們可以看到 command “cc” fail 等訊息 在5.1的版本之前Xcode做C檔的編譯