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

墙内在职刷题记录贴

全局:

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

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

x
bat小**,希望19年能去一家可以transfer的外企
之前刷了2个月,又有些懈怠了,开个打卡贴,希望大家互相监督

评分

参与人数 1大米 +3 收起 理由
burrtio + 3 楼主加油

查看全部评分


上一篇:每日刷题贴(在职)
下一篇:寒假刷题 (8 per day)
推荐
 楼主| dkk1996 2019-1-7 23:00:46 | 只看该作者
全局:
几天不做题,连前序遍历是啥都忘了...太丢人了
19年1月7号
144. Binary Tree Preorder Traversal
ArrayList可以存null
preorder先访问根节点
173. Binary Search Tree Iterator
一个很好的总结 https://leetcode.com/problems/binary-search-tree-iterator/discuss/52591/c-binary-tree-template-solves-many-bst-problems-dfs
回复

使用道具 举报

推荐
ccyjava 2019-1-7 17:26:08 | 只看该作者
全局:
和楼主情况类似,也在墙内企图transfer,共勉
回复

使用道具 举报

全局:
情况类似 也在刷题 同时考语言 共勉
回复

使用道具 举报

🔗
 楼主| dkk1996 2019-1-8 23:22:25 | 只看该作者
全局:
19年1月8号
349. Intersection of Two Arrays
350. Intersection of Two Arrays II  key word "appear as many times as it shows in both arrays."
1. 遍历Set
Iterator<String> it = set.iterator();
while(it.hasNext()) {
   String str = it.next();
}
for (String str: set) {
}
2. 遍历Map
for (Map.EntrySet<String, String> entrySet: map.entrySet()) {
entrySet.getKey() entrySet.getValue
}
for (String str: map.keySet())
for (String str: map.values())
3. Integer->int  xxx.intValue()
int->Integer  Integer.valueOf(2);
4. 对于数组,arr == null 和 arr.length == 0 是两种情况,输入[],输出也应该为[]
回复

使用道具 举报

🔗
 楼主| dkk1996 2019-1-9 23:54:47 | 只看该作者
全局:
19年1月9号
344. Reverse String
345. Reverse Vowels of a String
回复

使用道具 举报

🔗
 楼主| dkk1996 2019-1-10 23:31:12 | 只看该作者
全局:
19年1月10号
Sorry for myself ... too tired
回复

使用道具 举报

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

本版积分规则

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