摘要:
《算法导论(第4版)》学习第 20 天,p91-p94 总结,总计 4 页。 一、技术总结 1. recursion tree In graph theory, a recursive tree (i.e., unordered tree) is a labeled, rooted tree. A 阅读全文
摘要:
《算法导论(第4版)》学习第 18 天,p83-p85 总结,总计 3 页。 一、技术总结 1. Strassen algorithm(施特拉森算法) 2.矩阵 (1)矩阵表示法 If we wish to refer to matrices without specifically writing 阅读全文
摘要:
《算法导论(第4版)》学习第 15 天,p59-p75 总结,总计 17 页。 一、技术总结 1. floor(向下取整) and ceiling(向上取整) For any real number x, we denote the greatest integer less than or equ 阅读全文