资源列表
[数据结构常用算法] binary-tree
说明:数据结构 二叉树的操作,可以对二叉树进行最基本的操作,先建立二叉树。-The operation of the binary tree, binary tree with the most basic operation, first create a binary tree.<prince> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 1.3_pancake
说明:微软的一道经典面试题,烙饼问题,对《编程之美》中的算法进行了优化,希望能有所帮助-A classic Microsoft interview questions, pancakes, programming algorithm optimization, hoping to help<perfectist> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构括号匹配 对你肯定有用的 是用C++编写的 很辛苦找到的- Data structure matching parenthesis<刘芳> 在 2025-01-12 上传 | 大小:2kb | 下载:0
[数据结构常用算法] duoxiangshi
说明:(1)多项式以二元组的方式从文件输入。 如多项式3+4x3+6x8+12x15则输入(3,0)(4,3)(6, 8)(12,15)(0,0) (2)以链表的形式存放多项式 (3)相加后的多项式以二元组的形式输出到屏幕上 -(1) the polynomial to a tuple from the file input. Such as polynomial 3 4x3 6x8 12x15 type (3<张紫凝> 在 2025-01-12 上传 | 大小:2kb | 下载:0