2016年2月23日

从机器学习谈起

摘要: 转载自http://www.cnblogs.com/subconscious/p/4107357.html 从机器学习谈起 在本篇文章中,我将对机器学习做个概要的介绍。本文的目的是能让即便完全不了解机器学习的人也能了解机器学习,并且上手相关的实践。这篇文档也算是EasyPR开发的番外篇,从这里开始, 阅读全文

posted @ 2016-02-23 21:48 walkwalkwalk 阅读(996) 评论(0) 推荐(1) 编辑

Sum Root to Leaf Numbers

摘要: Given a binary tree containing digits from 0-9 only, each root-to-leaf path could represent a number. An example is the root-to-leaf path 1->2->3 whic 阅读全文

posted @ 2016-02-23 17:02 walkwalkwalk 阅读(146) 评论(0) 推荐(0) 编辑

Same Tree

摘要: Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identical a 阅读全文

posted @ 2016-02-23 15:47 walkwalkwalk 阅读(198) 评论(0) 推荐(0) 编辑

导航