摘要:
package com.shundong.utils; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /** * 一个只能处理26个字母的单词树(trie) * 空间换时间 T(n) = O(n) * ps:如果缺陷 欢迎留言 * @author shundong * ... 阅读全文
posted @ 2018-10-15 16:17
gwsh
阅读(404)
评论(0)
推荐(0)
摘要:
package utils; import java.security.GeneralSecurityException; import java.util.Properties; import java.util.Scanner; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.mai... 阅读全文
posted @ 2018-10-15 15:43
gwsh
阅读(200)
评论(0)
推荐(0)
摘要:
package com.shundong.uitl; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; public class DBCon ... 阅读全文
posted @ 2018-10-15 15:05
gwsh
阅读(141)
评论(0)
推荐(0)
摘要:
package dataStructureAlgorithmReview.day01; import java.util.Arrays; /** * 冒泡 * @author shundong * */ public class Code_00_BubbleSort { //BigO(N²) public static void bubbleSort(int[] arr) { ... 阅读全文
posted @ 2018-10-15 15:03
gwsh
阅读(137)
评论(0)
推荐(0)

浙公网安备 33010602011771号