Fork me on GitHub
摘要: A Fenwick tree or binary indexed tree is a data structure that can efficiently update elements and calculate prefix sums in a table of numbers. It's a 阅读全文
posted @ 2019-06-21 22:41 Giggle221b 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 1.Problem Quick Union is a useful method to solve the dynamic connectivity problem, which can also be solved by depth first search or breadth first se 阅读全文
posted @ 2019-02-18 13:27 Giggle221b 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 1. Problem These two algorithm are all used to find a minimum spanning tree for a weighted undirected graph. 2.Kruskal's algorithm 2.1 Pseudocode 2.2 阅读全文
posted @ 2019-02-13 20:46 Giggle221b 阅读(583) 评论(0) 推荐(0) 编辑
摘要: 面向对象阶段总结 | 肆 阅读全文
posted @ 2018-06-18 22:16 Giggle221b 阅读(364) 评论(4) 推荐(2) 编辑
摘要: 一.规格化设计的发展历史 在微软的官网上,我找到了一篇描述规格的文章Specification and Verification of Object Oriented Software,其中说到: A system for specifying, writing, and verifying pro 阅读全文
posted @ 2018-05-27 23:42 Giggle221b 阅读(276) 评论(0) 推荐(8) 编辑
摘要: 爬取了所有的同学的第二次博客作业,依据文本分析切分出了词汇,进行了词频统计,并对统计结果进行了可视化处理。 阅读全文
posted @ 2018-05-05 10:42 Giggle221b 阅读(353) 评论(6) 推荐(3) 编辑
摘要: 面向对象第二次总结 阅读全文
posted @ 2018-05-01 20:33 Giggle221b 阅读(257) 评论(0) 推荐(6) 编辑
摘要: 面向对象第一次总结 阅读全文
posted @ 2018-04-03 16:58 Giggle221b 阅读(466) 评论(0) 推荐(0) 编辑
摘要: 博客主页个性化DIY 以及 练练markdown 阅读全文
posted @ 2018-03-31 15:42 Giggle221b 阅读(1044) 评论(6) 推荐(2) 编辑