Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lflxp/accumulation
knowledge、experience、more and more
https://github.com/lflxp/accumulation
algorithm datastructure design-pattern
Last synced: about 2 hours ago
JSON representation
knowledge、experience、more and more
- Host: GitHub
- URL: https://github.com/lflxp/accumulation
- Owner: lflxp
- License: mit
- Created: 2019-09-09T15:37:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T16:00:15.000Z (about 5 years ago)
- Last Synced: 2023-04-03T11:23:51.886Z (over 1 year ago)
- Topics: algorithm, datastructure, design-pattern
- Language: Go
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# accumulation
knowledge、experience、more and more
算法、数据结构、算法分析/算法设计# algorithm
* [单链表反转](https://github.com/lflxp/accumulation/tree/master/algorithm/reverselinkedlist)
* [算法导论](https://blog.csdn.net/sinat_41170942/article/details/79421802)## 算法在计算中的作用
算法应用广泛,包括解决一些问题,以及让解决一个问题更快速,更省空间。算法的解决哪些问题:
* 基因工程
> DNA中有十万个基因,30亿个化学基对,数据量很大* 互联网
> 管理和处理海量数据(路由,搜索引擎)* 电子商务
> 加密(公钥密码和数字签名)* 资源分配
> 最大利益(线性规划)* 交通
> 导航(最短路径)* 基因匹配
> 最长公共子序列* 依据部件库的机械设计
> 拓扑排序# data structure
* [单链表](https://github.com/lflxp/accumulation/tree/master/dataStructure/linkedList)
# 设计模式
* [设计模式](https://www.jianshu.com/p/ea4d4d97b0c9)
* [Graphic Design Patterns](https://design-patterns.readthedocs.io/zh_CN/latest/creational_patterns/simple_factory.html)