Algorithm - Introduction
Posted David
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Algorithm - Introduction相关的知识,希望对你有一定的参考价值。
一、线性结构
1. 线性表(顺序实现)http://www.cnblogs.com/elewei/p/5621833.html
2. 线性表(链表实现)http://www.cnblogs.com/elewei/p/5621833.html
3. 栈(链式实现) http://www.cnblogs.com/elewei/p/6006517.html
4. 队列(链式实现)
数组与广义表
串
树
图
动态存储管理
查找
排序 http://www.cnblogs.com/elewei/p/8186361.html
5. 线性表 Linux 内核实现
6. 队列 Linux 内核实现
7. 队列 FreeBSD 内核实现
二、树
2. 红黑树
参考文档:
http://www.eli.sdsu.edu/courses/fall95/cs660/notes/
以上是关于Algorithm - Introduction的主要内容,如果未能解决你的问题,请参考以下文章
[Algorithm][Greedy]Dijsktra Algorithm
[Algorithm] Median Maintenance algorithm implementation using TypeScript / JavaScript
2018.3.10 bellman-ford algorithm, floyd-warshall algorithm and johnson's algorithm
[Algorithm] Maximum Contiguous Subarray algorithm implementation using TypeScript / JavaScript