资源列表
exchange-issues
- 贪心算法求解货币兑换问题。算法里的经典问题,用C实现的,开发环境是vs2010-Greedy algorithm currency exchange issues
maze
- 回溯法求解迷宫问题。C实现,vs2010开发环境-Backtracking to solve the maze. C implementation, vs2010 development environment
change-making
- 动态规划法求解零钱兑换问题。c语言,开发环境vs2010-Dynamic programming method change convertibility. Classical algorithm in question, c language, development environment vs2010
shortest-service
- 贪心算法求最短服务时间。c语言,开发环境vs2010-Greedy algorithm for the shortest service time. c language, development environment vs2010
maximum-field
- 算法里经典问题,求解最大字段和问题,vs2010,c-Classical algorithm in question, problem solving and the maximum field, vs2010, c
Main
- 根据先序遍历和中序遍历还原二叉树并得到后序遍历-Restore binary tree traversal based on preorder and inorder and get after preorder
Q
- 高精度数据计算,最高精度可以人为设定。高达50位以上-high precision computation
transformation
- ACM变形题 呃......变形课上Harry碰到了一点小麻烦,因为他并不像Hermione那样能够记住所有的咒语而随意的将一个棒球变成刺猬什么的,但是他发现了变形咒语的一个统一规律:如果咒语是以a开头b结尾的一个单词,那么它的作用就恰好是使A物体变成B物体. Harry已经将他所会的所有咒语都列成了一个表,他想让你帮忙计算一下他是否能完成老师的作业,将一个B(ball)变成一个M(Mouse),你知道,如果他自己不能完成的话,他就只好向Hermione请教,并且被迫听一大堆好好学习的道理
counting-sheep
- 前一段时间我有睡眠问题。我曾经躺在床上,盯着天花板,几个小时。后来有一天,我的外婆建议我试着数羊后,我已经上床睡觉。与往常一样,当我的奶奶暗示的东西,我决定尝试一下。唯一的问题是,有没有羊的时候,我就去睡觉各地进行计数。 创意,因为我,这是不会阻止我。我坐下来写,使得字符,其中#代表羊的网格,而计算机程序。草(或任何你喜欢的,只是没有羊)。为了使计算更有趣,我也决定要数绵羊,而不是单一的成群的牛羊。两只羊在同一个群,如果他们都有一个共同的一面(上,下,左或右)。另外,
bst
- python 查询二叉树,Binary search tree -Query python binary, Binary search tree
Q4.8
- // You are given a binary tree in which each node contains a value. Design a lgorithm to print all paths which sum up to that value. Note that it can be any path in the tree - it does not have to start at the root. // 给定一棵二叉树,每个结点包含一个值。打印出所有满足以下
normal_distributions
- Normal Distributions
