-
some problems met when coding
# lab01 ll_has_cycle()
```
#include
#include "ll_cycle.h"
int ll_has_cycle(node *head) {
node tortoise;
node hare;
tortoise.next = head;
hare.next = hea…
-
Give me the full Api where i will post request so that it get submits to the leetcode user online using postman.
api/v1/leetcode/questions/two-sum/submit what is initial part of this request. It is …
-
Subscribe to this issue and stay notified about new [daily trending repos in C++](https://github.com/trending/c%2B%2B?since=daily).
-
# 39 组合总和
## 入选理由
暂无
## 题目地址
[https://leetcode-cn.com/problems/combination-sum/](https://leetcode-cn.com/problems/combination-sum/)
## 前置知识
- 剪枝
- 回溯
## 题目描述 …
-
# The List
## Project ideas
- [ ] Write a tool to print RTM messages. See [this article](https://olegkutkov.me/2018/02/14/monitoring-linux-networking-state-using-netlink/).
- [ ] Write a tool t…
-
## 🐛 Bug Report(错误报告)
macOS上无法进行调试,会报错:Unable to start debugging. Launch options string provided by the project system is invalid. Unable to determine path to debugger. Please specify the "MIDebug…
-
# 2020년 12월 2주차
- 기간: 2020/12/07 ~ 2020/12/13
- 푼 문제 수: 3
## 문제
### 1. 전화번호 목록([Link](https://programmers.co.kr/learn/courses/30/lessons/42577))
분류: Data Structure/Hash
난이도: Level 2(programme…
-
Changing language in the default config to golang doesn't get reflected and new problems are always opened in cpp.
```
---@type lc.lang
lang = "golang",
```
Currently manually setting language to…
-
# 62. 不同路径
## 入选理由
暂无
## 题目地址
[https://leetcode-cn.com/problems/unique-paths/](https://leetcode-cn.com/problems/unique-paths/)
## 前置知识
暂无
## 题目描述
```
一个机器人位于一个 m x n 网…
-
# 142. 环形链表 II
## 入选理由
暂无
## 题目地址
[https://leetcode-cn.com/problems/linked-list-cycle-ii/](https://leetcode-cn.com/problems/linked-list-cycle-ii/)
## 前置知识
暂无
## 题目描述
``…