CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能 数据结构常用算法

资源列表

« 1 2 ... .79 .80 .81 .82 .83 2484.85 .86 .87 .88 .89 ... 2673 »
  1. SortedList_to_BalancedBinaryTree

    0下载:
  2. 给定一个升序排列的有序单链表,将其转换为一棵平衡的二叉搜索树。-Ordered to set a single list in ascending order, to convert it to a balanced binary search tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1015byte
    • 提供者:大胡子
  1. print_all_ancestors

    0下载:
  2. 对于一颗普通的二叉树和一个节点key,找出该节点的所有祖先节点。-For an ordinary binary tree and a node key, to find all ancestors of this node.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:772byte
    • 提供者:大胡子
  1. preorder_tree_stack

    0下载:
  2. 二叉树非递归先序遍历,使用栈 一直往左走 root->left->left->left…->null, 由于是先序遍历,因此一遇到节点,便需要立即访问; 由于一直走到最左边后,需要逐步返回到父节点访问右节点, 因此必须有一个措施能够对节点序列回溯。 有两个办法: 1.用栈记忆:在访问途中将依次遇到的节点保存下来。由于节点出现次序与恢复次序是反序的,因此是一个先进后出结构,需要用栈。 2.节点增加指向父节点的指针:通过指向父节点的指针来回溯
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:大胡子
  1. biSearchTree_to_sortedList

    0下载:
  2. 输入一棵二分查找树,将该二元查找树转换成一个排序的双向链表。 要求不能创建任何新的结点,只调整指针的指向。 二分查找树:root,每个节点:data、small pointer、large pointer 转换成排序的双向链表后small pointer应该指向前一个元素,larger pointer指向后一个元素-Enter a binary search tree, the two yuan search tree into a sort of two-way linked li
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:大胡子
  1. Josephu

    0下载:
  2. 代码用于解决特殊的约瑟夫环的问题,运用了链表,占和队列。- Code is used to address the special problems of Josephus, the use of the list, accounting and queues.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.34kb
    • 提供者:周姜波
  1. huichang

    0下载:
  2. 执行贪婪算法,让持续时间最短的优先安排会场 -Execute greedy algorithm, so that the duration of the shortest priority venue
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:728byte
    • 提供者:kiko
  1. zuiyouhebing

    0下载:
  2. 最优合并问题,当取最小值保证每次的2个加数为最小便可,最大值同理取当前最大的两个值便可。取最小值与取最大值实现的方式不同,最小值不需要排序。-Optimal merger, when the minimum value of each guaranteed two addends can be minimum, maximum empathy take the current maximum of two values can be. Take the minimum and maximum v
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:588byte
    • 提供者:kiko
  1. tree

    0下载:
  2. 二叉树的简单实现代码,二叉树的简单实现代码-simple presentation of binary tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:726byte
    • 提供者:Flarite
  1. stack

    0下载:
  2. 用C语言实现的静态栈的算法,清晰明了,方便学习-Using C language implementation of the static stack algorithm, clear, easy to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.18kb
    • 提供者:Flarite
  1. staticStac

    0下载:
  2. 用C语言实现的动态栈的算法,清晰明了,方便学习-Using C language implementation of the dynamic stack algorithm, clear, easy to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:580byte
    • 提供者:Flarite
  1. WordMaze

    0下载:
  2. 华为机考试题,单词迷宫,使用C++编写,2015年真题-Huawei machine exams, word maze, use C++ write
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:673.35kb
    • 提供者:lidongdong
  1. Untitled1

    0下载:
  2. 数据结构中,对链表的操作,可以完成链表排序及逆序的功能。-Data structure, Chain operation, can be done to sort the list in reverse order and function.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:958byte
    • 提供者:陈南木
« 1 2 ... .79 .80 .81 .82 .83 2484.85 .86 .87 .88 .89 ... 2673 »
搜珍网 www.dssz.com