1 Star 0 Fork 26

ligel / Java 数据结构

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Unlicense

Java 数据结构

项目介绍

使用纯Java语言写出来的数据结构,包含数据结构有 单向链表,双向链表,单向循环链表,双向循环链表,二叉树,队列,栈等, 关于实现的种类有分多种类型,包含有链表或者数组,二叉树里面包含有常见的二叉查找树,表达式树,AVL树。跳表,图,bitmap,排序算法均有代码案例

安装教程

  1. 使用idea编辑器
  2. jdk版本为1.8

使用说明

  1. 相应的不同包里面有不同数据结构的源码内容
  2. 使用java里面的引用来解决掉传统C++类型数据结构中的指针问题
  3. 部分代码还带有一定的bug,后期会进行修复
  4. 最近要准备实习了,可能更新会比较慢,希望各位朋友喜欢
This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, please refer to <http://unlicense.org>

简介

使用纯Java语言写出来的数据结构,包含数据结构有 单向,双向链表,单向,双向循环链表,队列(链表+数组),栈(链表+数组),二叉树,avl树,排序算法,走迷宫算法红黑树,图等 展开 收起
Java
Unlicense
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/ligel/java_data_structure.git
git@gitee.com:ligel/java_data_structure.git
ligel
java_data_structure
Java 数据结构
master

搜索帮助