fuzhengwei / java-algorithms

📝 Java 数据结构和算法 | Algorithms and data structures implemented in Java with explanations and links to further readings

Home Page:https://bugstack.cn/md/algorithm/data-structures/data-structures.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java 数据结构和算法

  • 本仓库预包含多种基于 Java 的算法与数据结构学习。学习打卡讨论:discussions
  • 关注公众号【bugstack虫洞栈】回复【数据结构】——领取《倚天村 • 图解数据结构》PDF 方便做笔记学习
  • 也欢迎你成为contributors的一员,你可以提交issue、pr,贡献资料(源码 + 文档)注意和现有风格保持一致

《倚天村 • 图解数据结构》

数据结构是在计算机中组织和存储数据的一种特殊方式,使得数据可以高效地被访问和修改。更确切地说,数据结构是数据值的集合,表示数据之间的关系,也包括了作用在数据上的函数或操作。

B - 初学者,A - 进阶

线性数据结构

树形数据结构

图论

其他

《屠龙村 • 手撕算法逻辑》

算法是如何解决一类问题的明确规范。算法是一组精确定义操作序列的规则。

B - 初学者, A - 进阶

算法主题

资料

About

📝 Java 数据结构和算法 | Algorithms and data structures implemented in Java with explanations and links to further readings

https://bugstack.cn/md/algorithm/data-structures/data-structures.html

License:Apache License 2.0


Languages

Language:Java 100.0%