Articles
32
Tags
20
Categories
7
首页
时间轴
标签
分类
友链
关于
LDK's Blog
leetcode-1477
Back to Home
首页
时间轴
标签
分类
友链
关于
leetcode-1477
Created
2025-07-06
|
Updated
2025-08-04
|
Word Count:
26
|
Reading Time:
1mins
|
Post Views:
leetcode-1477: 找两个和为目标值且不重复的子数组
双指针
动态规划
1
Author:
LDK
Link:
https://ldk-blog.cn/2025/07/06/LeetCode/leetcode-1477/
Copyright Notice:
All articles on this blog are licensed under
CC BY-NC-SA 4.0
unless otherwise stated.
Previous
leetcode-31
leetcode-31:下一个排列 题目描述:下一个排列。 解题思路: 实现:
Next
C标准库
stdio.h void perror(const char* err) stdlib.h int system(const char* command) 在windows系统中,system函数直接在控制台调用一个command命令。 在Linux/Unix系统中,system函数会调用fork函数产生子进程,由子进程来执行shell command命令,命令执行完后随即返回原调用的进程。
LDK
一个软件工程专业在校大学生
Articles
32
Tags
20
Categories
7
Follow Me
Contents
1.
leetcode-1477: 找两个和为目标值且不重复的子数组
Recent Posts
大顶堆/小顶堆
2025-07-20
红黑树
2025-07-14
满二叉树
2025-07-13
平衡二叉树(AVL)
2025-07-12
排序算法
2025-07-10