Avatar
😀

Organizations

  • 围绕「太平洋大西洋水流问题」这道 LeetCode 题,记录题意理解、解题思路与实现要点。
    Leetcode Created Sun, 05 Oct 2025 23:11:41 +0800
  • 围绕「盛最多水的容器」这道 LeetCode 题,记录题意理解、解题思路与实现要点。
    Leetcode Created Sat, 04 Oct 2025 23:29:49 +0800
  • 在 Go 中,匿名函数(Anonymous Function),也称为函数字面量,是指在代码中直接定义的、没有函数名的函数。
    GO Created Sat, 04 Oct 2025 00:54:18 +0800
  • Goroutine是一个轻量级的独立任务执行单元。
    GO Created Fri, 03 Oct 2025 20:30:40 +0800
  • Go 的 sort 包设计得非常优雅和灵活,它不仅仅是一个函数,而是一整套工具,其核心是基于一个接口 (sort.Interface) 来实现的。
    Created Fri, 03 Oct 2025 14:03:07 +0800
  • Go 的标准库 container/heap 定义了一个接口(heap.Interface),我们只需要让自己的数据类型满足这个接口。
    GO Created Fri, 03 Oct 2025 13:32:57 +0800
  • 围绕「接雨水 II」这道 LeetCode 题,记录题意理解、解题思路与实现要点。
    Leetcode Created Fri, 03 Oct 2025 12:10:25 +0800
  • 围绕「换水问题 II」这道 LeetCode 题,记录题意理解、解题思路与实现要点。
    Leetcode Created Thu, 02 Oct 2025 15:17:45 +0800
  • 围绕「换水问题」这道 LeetCode 题,记录题意理解、解题思路与实现要点。
    Leetcode Created Wed, 01 Oct 2025 19:38:51 +0800
  • 围绕「数组的三角和」这道 LeetCode 题,记录题意理解、解题思路与实现要点。
    Leetcode Created Tue, 30 Sep 2025 12:38:39 +0800