-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: waylau/java-trusted-code-refactoring-exam
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
无向图G=(V E),其中V={a,b,c,d,e,f},E={<a,b>,<a,e>,<a,c>,<b,e>,<c,f>,<f,d>,<e,d>}对该图进行深度优先排序,得到的顶点序列正确的是()
#61
opened Jul 23, 2020 by
waylau
个数约为 50k 的数列需要从小到大排序, 数列特征是基本逆序 (多数数字从大到小,个别乱序) ,以下哪种排序算法在事先不了解数列特征的情况下性能大概率最优(不考虑空间限制)___.
#40
opened Jul 22, 2020 by
waylau
关于重构的说法正确的是(4分) A. 好的测试是重构的根本。花时间建立一个优良的测试机制是完全值得的,因为当你修改程序时,好测试会给必要的安全保障。
#37
opened Jul 22, 2020 by
waylau
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.