上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 36 下一页
摘要: C++ #includeusing namespace std;const int N=505;int n,m,s,d,INF=0x... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(14) 评论(0) 推荐(0) 编辑
摘要: topsort static boolean topsort() { hh=0;tt=-1; for(int i=... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(25) 评论(0) 推荐(0) 编辑
摘要: class Solution { public int myAtoi(String s) { s=s.trim(... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 限制不使用64位整形,手动模拟 class Solution { public int reverse(int x) { ... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(5) 评论(0) 推荐(0) 编辑
摘要: public class Solution{ public String longestPalindrome(String s) {... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(7) 评论(0) 推荐(0) 编辑
摘要: class Solution { public double findMedianSortedArrays(int[] num... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 双指针 hashset import java.util.HashSet;class Solution { public in... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 高精度类 import java.math.BigInteger; class Solution { public ListN... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/dolphin0520/p/3811437.html 抽象类 抽象方法是一种特殊的方... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1.12 说一说你对面向对象的理解 参考答案 面向对象是一种更优秀的程序设计方法,它的基本思想是使用类、对象、继承、封装、消息等基本... 阅读全文
posted @ 2022-11-17 23:03 林动 阅读(32) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 36 下一页