二维数组的查找替换空格从头到尾打印链表重建二叉树用两个栈实现队列选择数组中的最小数字斐波那契数列跳台阶变态跳台阶矩形覆盖二进制中1的个数数值的整...
题目 原题地址 Given a binary tree, check whether it is a mirror of itself (ie,...
题目 原题地址 Given a sorted array and a target value, return the index if the...
题目 原题地址 Given a binary tree and a sum, determine if the tree has a root-...
题目 原题地址 Given a binary tree, find its minimum depth. The minimum depth i...
题目 原题地址 Given a binary tree, determine if it is height-balanced. For thi...
题目 原题地址Given a binary tree, find the length of the longest path where ea...
最近参加了两场Kaggle比赛,收获颇多,一直想写篇文章总结一下。接触Kaggle到现在不到一年,比赛成绩一个银牌(5%)一个铜牌(9%),勉强...
任务: 使用tensorflow训练一个神经网络作为分类器,分类的数据点如下: 原理: 数据点一共有三个类别,而且是螺旋形交织在一起,显然是线性...