#0A0F14,#10151B,#265360,#D4EBE9,#D26939,#9BD1CE,#EDB54B,#C33027
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 幅優先探索 | |
import copy | |
# 近傍、使用済みフラグ(世代)の定義 | |
verts = range(1,vs + 1) | |
verts.append('s') | |
verts.append('t') | |
neighbor = {} | |
used = {} | |
used['t'] = 0 |
かなりドラフトの状態なので ウソ が含まれているかもしれない。
ピュア Vim script で書かれた、便利なライブラリ集
.vimrc
の中で気軽に使ったり、プラグイン作成者がライブラリとして利用する。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.. | |
.::::. | |
___________ :;;;;:`____________ | |
\_________/ ?????L \__________/ | |
|.....| ????????> :.......' | |
|:::::| $$$$$$"`.:::::::' , | |
,|:::::| $$$$"`.:::::::' .OOS. | |
,7D|;;;;;| $$"`.;;;;;;;' .OOO888S. | |
.GDDD|;;;;;| ?`.;;;;;;;' .OO8DDDDDNNS. | |
'DDO|IIIII| .7IIIII7' .DDDDDDDDNNNF` |