📣 独立日限时特惠: VIP通行证立减$68
查看: 4374| 回复: 9
跳转到指定楼层
上一主题 下一主题
收起左侧

[Leetcode] leetcode 收费的3道新题目

🔗
yzl232 | 只看该作者 |倒序浏览
全局:

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x
看到有同学在地里发帖说看不了。 我这里发出来。
话说45块确实有点贵。 我是当时15块买的。 过2天就涨到了45块了。  10道题,一道4块。。







评分

参与人数 4大米 +53 收起 理由
浅浅 + 10 感谢分享!好人!
爱丽丝和鲍勃 + 30
masa + 3 感谢分享!
创业先锋666 + 10 很有用的信息!

查看全部评分


上一篇:半路出家,刷题和学习有点小迷茫,求帮助
下一篇:read4 II 我的感想
推荐
 楼主| yzl232 2014-11-26 20:18:11 | 只看该作者
全局:
发现看不到图。发文字好了
Given a binary tree where all the right nodes are either leaf nodes with a sibling (a left node that shares the same parent node) or empty, flip it upside down and turn it into a tree where the original right nodes turned into left leaf nodes. Return the new root.
For example:
Given a binary tree {1,2,3,4,5},

    1
   / \
  2   3
/ \
4   5

return the root of the binary tree [4,5,2,#,#,3,1].

   4
  / \
5   2
    / \
   3   1  

confused what "{1,#,2,3}" means? > read more on how binary tree is serialized on OJ.




Read N Characters Given Read4
Total Accepted: 300 Total Submissions: 1516

The API: int read4(char *buf) reads 4 characters at a time from a file.

The return value is the actual number of characters read. For example, it returns 3 if there is only 3 characters left in the file.

By using the read4 API, implement the function int read(char *buf, int n) that reads n characters from the file.

Note:
The read function will only be called once for each test case.





Read N Characters Given Read4 II - Call multiple times
Total Accepted: 122 Total Submissions: 1026

The API: int read4(char *buf) reads 4 characters at a time from a file.

The return value is the actual number of characters read. For example, it returns 3 if there is only 3 characters left in the file.

By using the read4 API, implement the function int read(char *buf, int n) that reads n characters from the file.

Note:
The read function may be called multiple times.





Longest Substring with At Most Two Distinct Characters
Total Accepted: 27 Total Submissions: 82

Given a string, find the length of the longest substring T that contains at most 2 distinct characters.

For example, Given s = “eceba”,

T is "ece" which its length is 3.

评分

参与人数 1大米 +10 收起 理由
浅浅 + 10 好人!

查看全部评分

回复

使用道具 举报

🔗
 楼主| yzl232 2014-11-26 02:17:53 | 只看该作者
全局:

回复

使用道具 举报

🔗
tbu 2014-11-27 02:11:58 | 只看该作者
全局:
LZ土豪快和我做朋友!
回复

使用道具 举报

🔗
圆梦梦剧场 2014-11-27 02:13:57 | 只看该作者
本楼:
全局:
楼主好人!!!
回复

使用道具 举报

全局:
thanks, lz. hao ren yi sheng ping an a
回复

使用道具 举报

🔗
renee1 2014-12-15 01:32:38 | 只看该作者
全局:
谢谢LZ 分享!
回复

使用道具 举报

🔗
fhzhen 2014-12-19 03:10:12 | 只看该作者
全局:
感谢分享,生命不息,刷题不止
回复

使用道具 举报

🔗
carter13466 2014-12-19 04:05:39 | 只看该作者
全局:
祝lz offer多多!
回复

使用道具 举报

🔗
chong 2014-12-22 23:39:44 | 只看该作者
全局:
楼主这个好!谢啦!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

>
快速回复 返回顶部 返回列表