Skip to content
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

优化JAVA中的两个有序链表的合并 #348

Merged
merged 2 commits into from
Jul 4, 2019

Conversation

Galileo-Bill
Copy link
Contributor

利用技巧三,通过前哨节点减少代码的实现复杂度。
代码通过LeetCode 21测试。Runtime 0ms,Memory 39.7MB。

@wangzheng0822 wangzheng0822 merged commit 41a2416 into wangzheng0822:master Jul 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants