自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 Assignment3 总结

任务:首先写一个rgen.c,是一个random generator,产生的东西是assignme

2014-11-09 07:12:50 1214

原创 BFS时间复杂度问题

BFS(s): Set Discovered[s] = true and Discovered[v] = false for all other v Initialize L[0] to consist of the single element s Set the layer counter i = 0 Set the current BFS tree T =∅ While L[i]

2014-10-18 05:30:25 1736

原创 C Assignment2 知识总结

留着有时间了写。

2014-10-14 23:54:10 647

原创 Python Assignment1 知识总结

1. Handling exceptions: try: x = int(raw_input("Please enter a number: ")) break except ValueError: print "Oops! That was no valid number. Try

2014-10-08 04:08:37 1272

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除