这是基本数据结构及其算法的C++实现,涉及单链表、双链表、栈 、二叉树、并查集、哈夫曼树、平衡二叉树、二叉搜索树、堆、哈希表、图以及各种排序。
☆396Jun 9, 2022Updated 3 years ago
Alternatives and similar repositories for DataStructure
Users that are interested in DataStructure are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 二叉查找树、AVL树、红黑树、B-树☆52Oct 9, 2016Updated 9 years ago
- 链表 栈 队列 二叉树 前序遍历 中序遍历 后续遍历 层序遍历 递归实现 循环实现 查找算法 顺序查找 二分查找 二叉排序树☆12May 4, 2017Updated 8 years ago
- 数据结构☆825Sep 22, 2022Updated 3 years ago
- C语言实现数据结构:单链表,循环链表,双向链表;静态顺序队列,动态顺序队列,链式队列;静态顺序栈,动态顺序栈,链式栈;二叉树,线索二叉树;排序算法;顺序表查找、有序表查找,及稠密索引查找等☆101Mar 27, 2020Updated 6 years ago
- c++ 顺序表、链表、静态链表、队列、一元多项式、汉诺塔、火车调度问题、操作系统调度问题、背包问题、最大连续子列和问题、KMP算法、稀疏矩阵、广义表、并查集、无向图邻接表、有向图邻接表、Krusskal算法、Prim算法、最短路径Dijsktra算法、最短路径Bellma…☆402Jun 6, 2017Updated 8 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 大学时期学习数据结构的C++源码,包含AVL树、Treap、多个有序链表合并、二叉查找树、二项堆、红黑树、伸展树、跳表、栈与队列相互模拟以及最小(大)值求解、主席树的C++版实现,欢迎指出错误和提交贡献。☆137Mar 1, 2016Updated 10 years ago
- C语言实现单链表(带头结点)的基本操作☆14Mar 3, 2016Updated 10 years ago
- C++ 简单练习项目☆537Jun 23, 2024Updated last year
- 浙江大学《数据结构》上课笔记 + 数据结构实现 + 课后题题解☆3,780Aug 23, 2022Updated 3 years ago
- Data Structure And Algorithm(常用数据结构与算法C/C++实现)☆857Oct 31, 2021Updated 4 years ago
- java 算法:包括数组,哈希表,队列,栈,链表(双端,单向,双向),二叉树(普通二叉树,哈夫曼树,二叉查找树,平衡二叉树,二叉线索树),图这些数据结构的实现以及多种排序算法和其他一些算法的实现(递归,二分查找,10 种常用排序)☆10Feb 28, 2019Updated 7 years ago
- 《数据结构》-严蔚敏.吴伟民-教材源码与习题解析☆3,799Jul 20, 2022Updated 3 years ago
- 涵盖C++ Primer 5th、 effective C++ 、 STL api和demos C++ 基础知识与理论、 智能指针、C++11、 Git教程 Linux命令 Unix操作系统(进程、线程、内存管理、信号)计算机网络、 数据结构(排序、查找)、数据库、、C++…☆2,650Jan 16, 2022Updated 4 years ago
- NOIP普及组初学者C++练习题☆25Oct 30, 2018Updated 7 years ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- A simple optical flow feature tracker, direct method tracker and descriptor matcher.☆15Mar 15, 2026Updated 3 weeks ago
- 吉林大学软件学院2018级课程设计作业☆10Oct 12, 2020Updated 5 years ago
- 《算法导论》第三版中算法的C++实现☆4,059Mar 14, 2024Updated 2 years ago
- C++和Linux学习笔记☆2,393Feb 14, 2022Updated 4 years ago
- 吉林大学软件学院2020C++课程设计——模拟即时通讯系统实现☆45Jun 16, 2024Updated last year
- 侯捷C++课程PPT及代码,动手学起来☆1,463Dec 12, 2019Updated 6 years ago
- 自己实现智能指针☆104Apr 9, 2016Updated 10 years ago
- 超级账本Hyperledger ledger 2.2.0 多机部署教程☆10Dec 15, 2020Updated 5 years ago
- My Notes for CSAPP☆41Dec 14, 2021Updated 4 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 搞定C++。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。☆8,660Jul 20, 2025Updated 8 months ago
- C++那些事☆43,030Mar 12, 2026Updated 3 weeks ago
- 华南理工大学软件学院的期末考试集中对策材料。☆27Dec 21, 2020Updated 5 years ago
- 黑马程序员匠心之作|C++教程从0到1入门编程☆1,509Jul 6, 2024Updated last year
- C++ 教程☆208Feb 13, 2017Updated 9 years ago
- 广东工业大学Anyview数据结构2024答案,本答案为本人纯手打,非标准答案,仅供参考。☆31Dec 21, 2024Updated last year
- 【雪以音乐】同时支持网易云音乐、QQ音乐的轻量级点歌姬,简约界面,唯美动画☆33Feb 22, 2021Updated 5 years ago
- 算法模板(c++), 包含数据结构,基础算法和算法思维篇☆240Apr 15, 2021Updated 4 years ago
- 程杰版的《大话设计模式》的C++版本代码☆25Sep 13, 2018Updated 7 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- [Swing] 创意五子棋,简洁清爽的UI与智能强大的AI,并尝试模仿人类情绪的动画设计☆10Feb 27, 2019Updated 7 years ago
- xgboost复现☆15Oct 6, 2024Updated last year
- Linux多线程服务端编程[muduo C++网络库]☆591Sep 9, 2021Updated 4 years ago
- 阿超的四则运算生成器 v1.0☆11May 14, 2023Updated 2 years ago
- SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)☆1,034Mar 17, 2020Updated 6 years ago
- 自用LaTex模板,主要用来编写数学解答及书写论文☆10Jun 3, 2024Updated last year
- 【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。☆1,306Jan 16, 2023Updated 3 years ago