源码地址:https://github.com/zwxbest/Demo 

1.顺序存储和单向链表,双向链表,循环链表的增删查改

https://github.com/zwxbest/Demo/tree/master/LinkedList

2.二叉树以及线索二叉树的创建以及遍历

https://github.com/zwxbest/Demo/tree/master/BinaryTree

3.生产者消费者,用lock和同步方法

https://github.com/zwxbest/Demo/tree/master/ProducerAndConsumer

4.二分查找

https://github.com/zwxbest/Demo/tree/master/search/biSearch

5.冒泡排序,插入排序,快速排序

https://github.com/zwxbest/Demo/tree/master/sort

6.设计模式-抽象工厂,策略模式,代理模式,模板模式等等

https://github.com/zwxbest/Demo/tree/master/DesignPattern

7.修改idea中的 非法字符: '\ufeff'

https://github.com/zwxbest/Demo/tree/master/removeutfbob

8.修改pdf书签以及根据书签文本生成pdf书签。

https://github.com/zwxbest/Demo/tree/master/itextDemo

相关文章:

  • 2021-09-06
  • 2022-01-10
  • 2021-12-02
  • 2021-11-09
  • 2021-11-22
  • 2021-12-09
  • 2021-11-29
  • 2021-10-22
猜你喜欢
  • 2022-01-24
  • 2021-06-26
  • 2022-12-23
  • 2022-01-23
  • 2021-05-21
  • 2022-01-28
  • 2021-12-24
相关资源
相似解决方案