Skip to content

111 complex problems #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 46 commits into from
Jul 31, 2024
Merged

111 complex problems #114

merged 46 commits into from
Jul 31, 2024

Conversation

QuBenhao
Copy link
Owner

236, 863, 1379 树带Target节点的输入
116, 117 带next指针的树
133 N叉树
138 带random指针的ListNode
141, 142 带环的ListNode
160 相交的ListNode

QuBenhao and others added 30 commits July 25, 2024 22:27
add get_test_cases for complex problems generate of each languageWriter
cases to handle
for test_purpose
check from input values
one input for multiple trees
fix bugs in TreeWithTargets of Golang
implemenst normal tree with targets like 236
group variables with same type for typeNodeWithTargets, 863
problem 1379 cloned + tree target
test with 236 solution
test with 1379, 236 solution
tree node type with next 116 & 117
# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	python/dev/solution_code_test.py
#	python/lc_libs/language_writer.py
function ArrayToTree add Next in name
next implementation
next implementation
next implementation and solution 116 & 117
Array<TreeNode | null>
solution
@QuBenhao QuBenhao added enhancement New feature or request question Further information is requested labels Jul 31, 2024
@QuBenhao QuBenhao self-assigned this Jul 31, 2024
@QuBenhao QuBenhao linked an issue Jul 31, 2024 that may be closed by this pull request
@QuBenhao QuBenhao merged commit 91da476 into master Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

complex problems
1 participant