摘要:
dfs+剪枝策略+刷表法dp+01背包+状态压缩 阅读全文
摘要:
title: "PTA数据结构和答案解析" author: Sun-Wind date: January 8, 2022 背景:期末数据结构复习题 绪论和线性表 判断题 The Fibonacci number sequence {F N } is defined as: F 0 =0, F 1 = 阅读全文
摘要:
title: "一些作业错题" author: Sun-Wind date: January 6, 2022 A graph with 30 vertices and 40 edges must have at most twenty one connected component(s). 要计算最 阅读全文
摘要:
title: "快速排序和希尔排序" author: Sun-Wind date: January 2, 2021 背景:复习使用 快速排序 思想和时间复杂度 快速排序是由东尼·霍尔所发展的一种排序算法。 在平均状况下,排序 n 个项目要 Ο(nlogn) 次比较。在最坏状况下则需要 Ο(n2) 次 阅读全文
摘要:
title: "html+css+JavaScript实现爱恩斯坦棋游戏" author: Sun-Wind date: December 30, 2021 背景:本贴将基于前端的语言实现爱恩斯坦棋游戏的实现。 小声BB:查了一下,这应该是全网第一个基于前端语言实现爱恩斯坦棋的贴,应该是开端了。 # 阅读全文