Skip to content

Instantly share code, notes, and snippets.

View gyjzh's full-sized avatar

gyjzh gyjzh

  • 搜狐
  • Beijing China
View GitHub Profile
@gyjzh
gyjzh / merger.py
Created April 6, 2017 14:33 — forked from stepchowfun/merger.py
My three-way merge algorithm, originally designed for 6.033 DP2.
#!/usr/bin/python -O
################################################################################
################################################################################
#
# State-Based Text Merging Algorithm
# For 6.033 Design Project 2
# TA: Katherine Fang
# 9 May 2012
#