-
Notifications
You must be signed in to change notification settings - Fork 3
添加问题“2311.小于等于K的最长二进制子序列”的代码和题解 #1001
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
Conversation
cpp - AC,4.00%,64.00% Signed-off-by: LetMeFly666 <814114971@qq.com>
py - AC,100.00%,45.10% Signed-off-by: LetMeFly666 <814114971@qq.com>
其实i<k_length的时候再判断就好,不需要等于的时候(例如k只有1个bit,那么也就i=0的时候值得判断一下) cpp - AC,小优化,100.00%,22.22% py - AC,29.41%,33.33% go - AC,100.00%,88.24% Signed-off-by: LetMeFly666 <814114971@qq.com>
java - AC,100.00%,65.71% Signed-off-by: LetMeFly666 <814114971@qq.com>
Signed-off-by: LetMeFly666 <814114971@qq.com>
LetMeFly666
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
This pull request introduces several changes across multiple files, including the addition of solutions for a new LeetCode problem, updates to documentation, and modifications to learning notes. The most significant changes are the implementation of solutions for the problem "2311. Longest Binary Subsequence Less Than or Equal to K" in multiple programming languages, updates to markdown files, and refinements in learning notes. New Problem Solutions:
Documentation Updates:
Learning Notes Refinements:
Minor Corrections:
Cleanup:
|
By newSolution.py using GH on Windows | close: #1000