lrucacheleetcode-playgo:用于试验Go、Emacs和刷新技能的沙盒

时间:2024-07-19 16:16:47
【文件属性】:

文件名称:lrucacheleetcode-playgo:用于试验Go、Emacs和刷新技能的沙盒

文件大小:37KB

文件格式:ZIP

更新时间:2024-07-19 16:16:47

系统开源

lru缓存leetcode 围棋 PlayGo 是一个沙盒,用于试验围棋、Emacs 和刷新技能。 这里解决的大部分问题都是取自leetcode。 回文 用字符串做实验 正则表达式 DP 编程练习 树 各种树结构问题 有界q 并发 关键路径 Leetcode 中提出的非常困难的关键路径网络检测的一对解决方案。 一种是使用 Tarjan 的算法。 LRU LRU 缓存实现 出勤率 回答一个常见的出席面试问题。 最多允许连续迟到一次,最多缺席一次 简单校验和 回答一个基于简单加法的 cksum 的 Leet 码问题 子域计数器 计算对域和子域的访问次数 最长路径计算 使用状态机方法。


【文件预览】:
playgo-master
----.gitignore(272B)
----playgo.go(463B)
----paths()
--------paths_test.go(463B)
--------paths.go(1KB)
----boundedq()
--------boundedq_test.go(3KB)
--------boundedq.go(2KB)
----README.md(874B)
----maxstudents()
--------maxschedDP.go(4KB)
--------maxsched_test.go(3KB)
--------maxsched.go(7KB)
----lru()
--------lru_test.go(786B)
--------lru.go(2KB)
----cksum()
--------simplesum_test.go(904B)
--------simplesum.go(715B)
----attendance()
--------checkRecord.go(394B)
--------checkRecord_test.go(346B)
----tree()
--------invertBtree_test.go(3KB)
--------invertBtree.go(3KB)
----subdomain()
--------subdomain.go(2KB)
--------subdomain_test.go(1KB)
----LICENSE(11KB)
----strutil()
--------camelcap_test.go(847B)
--------permute.go(523B)
--------palindrome.go(2KB)
--------permute_test.go(423B)
--------palindrome_test.go(1KB)
--------reverse_test.go(384B)
--------reverse.go(291B)
--------camelcap.go(745B)
----go.mod(189B)
----overlapts()
--------overlapts_test.go(426B)
--------overlapts.go(744B)
----bits()
--------bitmap_test.go(989B)
--------bitmap.go(620B)
----go.sum(2KB)
----criticalPath()
--------critPath_test.go(1KB)
--------critPathTarjan.go(2KB)
--------critPathBrute.go(2KB)
----regexp()
--------isMatchDP_test.go(2KB)
--------isMatch.go(3KB)
--------isMatch_test.go(3KB)
--------isMatchDP.go(1KB)
--------isMatchDPPlus.go(2KB)

网友评论