资源列表
DataStructure
- doc格式的数据结构电子书籍,很好的本地数据结构学习教程,建议好好利用!-doc format of the data structure of electronic books, a very good tutorial to learn the local data structure, it is recommended to make good use!
sequencelist
- 对顺序表完成以下菜单项功能,要求执行完一个功能后自动输出线性表: 按输入次序建表; 建立有序表; 按序号插入新元素; 按值插入新元素; 按序号删除元素; 按值删除元素; 输出表长; 建立2个有序表,合并成1个有序表。 一般顺序表的查找; 有序表的顺序查找; 有序表的二分查找。 直接插入排序; 简单选择排序; 冒泡排序; 快速排序; 堆排序。 -On the order form to complete the following
Pointer
- 单向链表等一些操作(建立 删除 排序 打印),本人所写 可编译运行!-One-way linked list and some other operations (create delete the print order), I wrote can be compiled to run!
map_color
- 地图四色问题算法 回溯算法 地图四色问题算法 回溯算法-Algorithm for four-color map problem four color map problem backtracking algorithm backtracking algorithm algorithm
search
- 本文档主要是浅谈部分搜索和高效算法在搜索中的运用-Application of part of the search and efficient algorithm in the search
leetcode-cpp
- leetcode 上题目的答案。很多公司的笔试和面试的题目都是出自leetcode上的原题。找工作时可以好好看看。-On the subject of the answer leetcode. Many companies in the written test and interview questions are the original title leetcode on. You can take a look at when looking for work.
BiTree
- 二叉树的非递归前中后层序输出,代码原创,转载请说明-After the former non-recursive binary sequence output, the code original, reproduced please indicate
SinglyLinkedLists
- Brain fucking linked lists. All is in pure C but dynamic memory handling, that is in C++ stype (new and delete).
dijkstra
- 基于dijkstra的单源节点的最短路径算法的代码实现-Implemented based on of dijkstra single-source nodes of the shortest path algorithm code
Biaodashi
- 实现从键盘终端输入语法正确的算术表达式,计算出表达式的值。-Terminal input from a keyboard, grammatically correct arithmetic expression to calculate the value of the expression.
MapRputing
- 西安电子科技大学算法上机第三题,基于最小优先队列的迪杰斯特拉算法的改进(Improvement of Dijkstra algorithm based on minimum priority queue)
Huffman
- 哈夫曼树 数据结构课设用 和大家学习交流下-Huffman May it will help you .