Skip to content

Instantly share code, notes, and snippets.

View Forrest-Li's full-sized avatar
🏞️
Itchy feet ⛰

Forrest Li Forrest-Li

🏞️
Itchy feet ⛰
  • MSCS, NEU
  • Vancouver, CA
View GitHub Profile
@Forrest-Li
Forrest-Li / .vimrc
Last active June 18, 2021 18:08 — forked from chrisyeh96/.vimrc
.vimrc | customized for universal use
"""" From example_vimrc
" When started as "evim", evim.vim will already have done these settings, bail
" out.
if v:progname =~? "evim"
finish
endif
" Get the defaults that most users want.
source $VIMRUNTIME/defaults.vim

計算機演算法 作業2 - Convex Hull 實作

資訊三丁 D0668937 李元熙


一、環境

  • OS: 18.04.1-Ubuntu LTS
  • Prog. language: Python

計算機演算法 作業1 - 分析 sorting 時間

資訊三丁 D0668937 李元熙


一、環境

  • OS: 18.04.1-Ubuntu LTS
  • Prog. language: C