Python 板


LINE

我前陣子 (PyConTW 的時候) 才知道 collections 有一個很 IMBA 的東西叫 Counter import sys from collections import Counter numstr = sys.argv[-1] # 這裡讀入要算的字串 matches = [''] for start in range(len(numstr)): for end in range(start + 1, len(numstr) + 1): substring = numstr[start:end] counter = Counter(substring) if len(counter) != 2: continue if len(matches[0]) < len(substring): matches = [substring] elif len(matches[0]) == len(substring): matches.append(substring) print('{count} matches (of length {length}):' .format(count=len(matches), length=len(matches[0]))) for match in matches: print match 淺顯易懂 ※ 引述《dadadavid (大大大衛)》之銘言: : numstring = "889988899278392520771323543282829292222943485709" : def ngram(n, iter_tokens): : """Return a generator of n-gram from an iterable""" : z = len(iter_tokens) : return (iter_tokens[i:i+n] for i in xrange(z-n+1)) : for i in range(len(numstring), 1, -1): : results = [ng for ng in ngram(i, numstring) if len(set(ng))==2] : if len(results) > 0: : print results : break : ※ 引述《mystea (mystea)》之銘言: : : 這是一個軟體公司過往的面試題目. : : 給定一個任意的數串, 比方說: : : numstring = '889988899278392520771323543282829292222943485709' : : 請用python找出最長的, 只有兩種數字的子數列. 在前述的例子裡, : : 答案是889988899 和 292922229. : : 我個人的解答如下: : : numstring = '889988899278392520771323543282829292222943485709' : : slen = len(numstring) : : candidate={} : : length_of_string=[] : : next_i = 0 : : start_index=[] : : ii=0 : : while (next_i + ii != slen-1): : : record = True : : candidate = {} : : start_index.append(next_i) : : for ii, j in enumerate(s[next_i:]): : : if j in candidate: candidate[j] += 1 : : else: candidate[j] = 1 : : if (len(candidate) == 2 and record): : : next_i += ii : : record = False : : if len(candidate) > 2: break : : length_of_string.append(ii+1) : : smax = max(length_of_string) : : sstarts = [start_index[i] for i in range(len(length_of_string)) if length_of_string[i]==smax] : : finalresult = [s[a:a+smax-1] for a in sstarts] : : print(finalresult) : : 想請教版友們有沒有其他的方法? 另外, 由於我台接觸python不久, 想請問我的 : : 方法是否有多餘的地方? 謝謝. -- "問おう、貴方が私のマスターか?" --



※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.94.57 ※ 編輯: uranusjr 來自: 140.112.94.57 (09/26 15:03)
1F:推 dadadavid:Counter的確很好用,但是len(counter)==len(set), 09/26 15:32
2F:→ dadadavid:用counter就多餘了 09/26 15:33
3F:→ uranusjr:但是 dict 不會自己幫你 group, 還要另外實作 09/26 16:08
4F:推 dadadavid:我是拿Counter和set比,不是跟dict比, 09/26 16:22
5F:→ dadadavid:而且這題用不到group啊~~ 09/26 16:22







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:BuyTogether站內搜尋

TOP