【Leetcode题解】2551. Put Marbles in Bags
Posted on Mon 31 March 2025 in Leetcode
Posted on Mon 31 March 2025 in Leetcode
Posted on Mon 10 March 2025 in Computer Science
Andrej Karpathy的LLM使用心得涵盖了大语言模型 (Large Language Models) 的生态、基础概念如Tokens和训练,以及思维链模型 (Thinking Models) 的应用。重点介绍了工具使用,如搜索引擎和代码解释器,以及模态 (Modality) 交互,包括语音、图像和视频。此外,还提到了附加功能,如持久记忆和自定义指令。
Posted on Sun 29 December 2024 in Leetcode • Tagged with Contest
2024-08 Leetcode Weekly Contest 410 第 410 场力扣周赛 | Solution to contest problems 赛题讲解 | 3248. Snake in Matrix 矩阵中的蛇 | 3249. Count the Number of Good Nodes 统计好节点的数目 | 3250. Find the Count of Monotonic Pairs I 单调数组对的数目 I | 3251. Find the Count of Monotonic Pairs II 单调数组对的数目 II
Posted on Fri 18 October 2024 in Leetcode • Tagged with Contest
2024-08 Leetcode Weekly Contest 409 第 409 场力扣周赛 | Solution to contest problems 赛题讲解 | 3242. Design Neighbor Sum Service 设计相邻元素求和服务 | 3243. Shortest Distance After Road Addition Queries I 新增道路查询后的最短距离 I | 3244. Shortest Distance After Road Addition Queries II 新增道路查询后的最短距离 II | 3245. Alternating Groups III 交替组 III
Posted on Thu 08 August 2024 in Leetcode • Tagged with Contest
2024-07 Leetcode Weekly Contest 407 第 407 场力扣周赛 | Solution to contest problems 赛题讲解
Posted on Mon 17 June 2024 in Leetcode • Tagged with Contest
2024-06 Leetcode Weekly Contest 399 第 399 场力扣周赛 | Solution to contest problems 赛题讲解
Posted on Tue 11 June 2024 in Leetcode • Tagged with Contest
2024-05 Leetcode Weekly Contest 397 第 397 场力扣周赛 | Solution to contest problems 赛题讲解 | 3146. Permutation Difference between Two Strings 两个字符串的排列差 | 3147. Taking Maximum Energy From the Mystic Dungeon 从魔法师身上吸取的最大能量 | 3148. Maximum Difference Score in a Grid 矩阵中的最大得分 | 3149. Find the Minimum Cost Array Permutation 找出分数最低的排列
Posted on Mon 22 April 2024 in Computer Science
Posted on Tue 16 April 2024 in Photography
Posted on Sun 31 March 2024 in Leetcode • Tagged with Contest
2024-03 Leetcode Weekly Contest 392 第 392 场力扣周赛 | 3105. Longest Strictly Increasing or Strictly Decreasing Subarray 最长的严格递增或递减子数组 | 3106. Lexicographically Smallest String After Operations With Constraint 满足距离约束且字典序最小的字符串 | 3107. Minimum Operations to Make Median of Array Equal to K 使数组中位数等于 K 的最少操作数 | 3108. Minimum Cost Walk in Weighted Graph 带权图里旅途的最小代价 | Solution to contest problems 赛题讲解 | Dual Pointer 双指针 | Union Find 并查集