V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  ToT  ›  全部回复第 8 页 / 共 8 页
回复总数  151
1  2  3  4  5  6  7  8  
2018-03-07 04:12:26 +08:00
回复了 taro0822 创建的主题 程序员 辞掉了杭州的工作,回到了家乡三线小城市
@hxddh2010 多谢回复,请问您在太原么?
2018-03-06 00:40:34 +08:00
回复了 taro0822 创建的主题 程序员 辞掉了杭州的工作,回到了家乡三线小城市
不知道大家怎么看从国外回太原这种选择呢?也是 IT 行业
2018-02-24 00:38:44 +08:00
回复了 liv11d 创建的主题 生活 请问男生如何打扮自己,更成熟稳重?
work out, 多吃蔬菜少熬夜,精气神很重要。还有护肤加勤洗澡,不能蓬头垢面去上班。
2018-02-17 04:58:25 +08:00
回复了 banxi1988 创建的主题 程序员 狗年第一天我在 LC 上用 Go 刷了编号为 168 的题。
@hazhaz

LeetCode 666 Path Sum IV

If the depth of a tree is smaller than 5, then this tree can be represented by a list of three-digits integers.

For each integer in this list:
The hundreds digit represents the depth D of this node, 1 <= D <= 4.
The tens digit represents the position P of this node in the level it belongs to, 1 <= P <= 8. The position is the same as that in a full binary tree.
The units digit represents the value V of this node, 0 <= V <= 9.
Given a list of ascending three-digits integers representing a binary with the depth smaller than 5. You need to return the sum of all paths from the root towards the leaves.

Example 1:
Input: [113, 215, 221]
Output: 12
Explanation:
The tree that the list represents is:
3
/ \
5 1

The path sum is (3 + 5) + (3 + 1) = 12.
Example 2:
Input: [113, 221]
Output: 4
Explanation:
The tree that the list represents is:
3
\
1

The path sum is (3 + 1) = 4.
2018-02-17 04:09:44 +08:00
回复了 yantianqi 创建的主题 问与答 想做个网站,什么类型的比较好
页游。
不错哦楼主, 有不少人在做这个呢。再加个指定价格区间提醒功能;再加个基本 Index 预测功能;再加个自动交易功能。。。。。
2018-02-14 05:11:38 +08:00
回复了 Nick2VIPUser 创建的主题 程序员 各位 V 社大佬秀一下新年的目标/计划?
家人健康自己健康是第一位的。祝福 2 楼的孩子。希望自己能换工作。
2018-01-23 03:48:50 +08:00
回复了 cjmkt 创建的主题 程序员 teamviewer 是哪个人群使用最多的呢?程序员吗?
@opsarno 我也是这么做的!
2018-01-23 03:46:39 +08:00
回复了 ToT 创建的主题 全球工单系统 [Critical] [微博] 海外用户,无法收到验证短信
@abwong Gv 是哪里呀?
2018-01-23 03:45:52 +08:00
回复了 ToT 创建的主题 全球工单系统 [Critical] [微博] 海外用户,无法收到验证短信
@vvlift2089 抱歉抱歉,好久没有上这个网站了。感谢你的询问,我是在 weibo iOS 客户端登陆的。因为开启了二维马验证,我必须在手机 app 上登陆才能再去扫码。
行了知道你有妹子了
1  2  3  4  5  6  7  8  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1800 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms · UTC 00:46 · PVG 08:46 · LAX 17:46 · JFK 20:46
Developed with CodeLauncher
♥ Do have faith in what you're doing.