资源列表
[JSP源码/Java] find_Majority_Number
说明:寻找数组中个数超过数组长度1/3的数。该方法用O(n)时间和O(1)空间解决。-Looking for a few more than the number of array array length 1/3. The solution with O (n) time and O (1) space.<achun> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] isValidBST
说明:判断二叉树是否是二叉搜索树,先找左边的节点,压栈,那么第一个弹出来的为最左节点。右子树类似。 -Determine whether a binary tree is a binary search tree, first find the node on the left, push, then the first pop-up to the most left node. Right subtree is similar.<achun> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] ColorSort
说明:对一组包含k种颜色的n个对象进行排序,本解法使用桶排序,时间复杂度为O(nlogn),空间复杂度为O(1) -For a group that contains k colors to sort n objects, this solution using bucket sort, the time complexity is O (nlogn), space complexity is O (1)<achun> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] Maximum-Subarray
说明:求一个数组中的连续的和最大的子数组。采用滑动窗口解决。sum 如果小于0,置为0,再加上当前值。然后再与max相比,取大的-Seeking a continuous array and the largest sub-array. Sliding window resolved. If the sum is less than 0, set to 0, plus the current value. Then compared to t<achun> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] TestClient
说明:网络编程代码 客户端代码 聊天室测试代码 为用户端所需-internet chat<吴小小> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] TestServer
说明:网络编程 服务端测试代码 聊天室服务端测试代码-code server<吴小小> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] UDPClient
说明:UDPclient 客户端代码 qq聊天室一部分 -client code<吴小小> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] java
说明:掌握一维数组和二维数组的定义、初始化方法。用一维数组(例子数组如下 { 7, 4, 3, 9, 0, 6 })实现冒泡排序算法,-The definition of one-dimensional and two-dimensional arrays of arrays, initialization method to master. With a one-dimensional array (array follows the ex<陈庚峰> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] java
说明:掌握一维数组和二维数组的定义、初始化方法。编写程序实现两个矩阵的相加、相乘-The definition of one-dimensional and two-dimensional arrays of arrays, initialization method to master. Write a program to achieve the sum of two matrices are multiplied.<陈庚峰> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] countSubString
说明:This tutorial will teach you how to create a program that will count the number of substrings on the large string.<donbermoy1> 在 2025-01-12 上传 | 大小:1kb | 下载:0
[JSP源码/Java] timeParse
说明:This tutorial will teach you how to create a program that will convert a string into a time object using java.<donbermoy1> 在 2025-01-12 上传 | 大小:1kb | 下载:0