- 博客(4)
- 收藏
- 关注
原创 spring boot and swing
Project experience First: environment base:Spring boot and swing Database: sqlite/mysql Second: difficulty Combine spring boot and swing . Encounter an error when operate huge datas into sqlite thrown an exception that database is busy. When insert an hu
2021-06-02 13:57:09
357
原创 java base 1
What are immutable objects most useful in? Concurrent applications How do you create a new class that maps keys to values using the Collections Framework? Extend from AbstractMap to implement the Map interface Given: public abstract class Animal{…} p..
2020-07-24 17:19:51
118
原创 RedBlack Tree
insert grammatical 1)every node’s color is red or black 2)root 's color must be black 3)every leaf 's color is black 4)assume one node’s color is red,that it’s children’s color should be black 5)from ...
2019-12-20 13:49:06
142
原创 算法复杂度
算法复杂度 算法复杂度分为 时间复杂度 和 算法复杂度 。顾名思义,时间复杂度就是计算一段程序运行时间。而空间复杂度则是计算程序的存储空间。 如今,大多数情况下我们只是去考虑时间复杂度。 时间复杂度分类 1.常数 若对于一个算法,的上界与输入大小无关,则称其具有常数时间,记作时间O(1)。 int a=0; system.out.println("123213"); 上述语句无论执行多少次。它消...
2019-11-21 14:45:56
192
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人