Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AuthorityWu/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

41 Commits

Repository files navigation

Data structure & Algorithm

此项目为数据结构与算法的实现,原意为对经典的数据结构与算法和OJ题目作学习记录。欢迎任何人参与此项目,提出建议和指出错误!!

约定

提交要求:

  • 数据结构和算法放在algorithm文件中
  • OJ题目放在OJ_Problem

数据结构和算法:

  • 一个文件内包含算法实现的源代码,以及一个测试源代码example.c/.cpp
  • 要求代码风格简洁规范,对算法的实现要有注释,方便阅读。
  • 算法要求正确易于使用和改造。

OJ题目:

  • 一个源代码,文件命名为题目的代号或近似的英文翻译
  • 源代码内要有原题目的描述。
  • 该题目解法需要涉及数据结构和算法。(过于简单记录意义不大)
  • 算法要求正确!

基本数据结构和算法

Name File
二叉树 https://github.com/AuthorityWu/Algorithm/tree/master/algorithm/binary_tree
https://github.com/AuthorityWu/Algorithm/tree/master/algorithm/stack
二项树 https://github.com/AuthorityWu/Algorithm/tree/master/algorithm/binomial_queue
AVL—tree平衡二叉树 https://github.com/AuthorityWu/Algorithm/tree/master/algorithm/AVL_tree
可扩散列 https://github.com/AuthorityWu/Algorithm/tree/master/algorithm/hashing
伸展树 https://github.com/AuthorityWu/Algorithm/tree/master/algorithm/splay_tree
B-Tree 2-3-4B树 https://github.com/AuthorityWu/Algorithm/tree/master/algorithm/B_tree

OJ题目

Problem File
乘积最大 https://github.com/AuthorityWu/Algorithm/blob/master/OJ_Problem/ALGO-17.cpp
装箱问题 https://github.com/AuthorityWu/Algorithm/blob/master/OJ_Problem/ALGO-21.cpp

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /