原文:Sum Root to Leaf Numbers leetcode java

题目: Given a binary tree containing digits from only, each root to leaf path could represent a number. An example is the root to leaf path gt gt which represents the number . Find the total sum of all ...

2014-08-01 06:08 2 1766 推荐指数:

查看详情

Add Two Numbers leetcode java

题目: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain ...

Thu Jul 24 11:58:00 CST 2014 0 5564
3 Sum leetcode java

the sum of zero. Note: Elements in a triplet (a,b,c) ...

Tue Jul 22 13:13:00 CST 2014 3 6276
Two Sum leetcode java

题目: Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices ...

Tue Jul 22 11:44:00 CST 2014 3 6541
4 Sum leetcode java

which gives the sum of target. Note: Elements ...

Tue Jul 22 19:05:00 CST 2014 0 3089
Combination Sum leetcode java

题目: Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. ...

Fri Aug 01 18:11:00 CST 2014 0 5096
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM