|
1 | 1 | # awesome-java-leetcode
|
| 2 | +Hey I am Ananya ,converting the written text in the repo to English so that it could be read by people all ovr the world without barrier of language preventing them to do so. |
2 | 3 |
|
3 |
| -我如今是一名 Android Developer,大学的我曾是一名 ACMer,我一直认为数据结构和算法是作为一名程序员必须掌握和善于利用的,为了不让数据结构和算法淡出我的记忆,所以我打算重拾 LeetCode 之 Algorithm,语言选择的是 Java,题库会一点点完善起来,按简单,中等,困难分类,相应难度下按题号排序,源代码在 [src][src] 目录中,相关解题都在 [note][note] 目录中,想要学习数据结构和算法或打算刷 LeetCode 的小伙伴们欢迎 star 哦。 |
4 |
| - |
5 |
| -如今有机会面试 Facebook,附上 LeetCode 上 Facebook 的面试题目序号,希望可以帮助到以后想入 Facebook 的小伙伴:-) |
| 4 | +I am now an Android Developer, and I used to be an ACMer in college. I always think that data structures and algorithms must be mastered and used well as a programmer. In order to prevent data structures and algorithms from fading out of my memory, so I plan to revisit LeetCode's Algorithm. The language of choice is Java. The question bank will be improved a little bit. It will be sorted by easy, medium, and difficult, and sorted by question number under the corresponding difficulty. The source code is in the src directory, and the related problems are all in the note In the catalog, those who want to learn data structures and algorithms or plan to use LeetCode welcome star. |
6 | 5 |
|
| 6 | +Now I have the opportunity to interview Facebook, and attach the interview question number of Facebook on LeetCode. I hope it can help those who want to join Facebook in the future :-) |
7 | 7 | ```
|
8 | 8 | 1,10,13,15,17,20,23,25,26,28,33,38,43,44,49,50,56,57,67,68,69,71,75,76
|
9 | 9 | 78,79,80,85,88,90,91,98,102,117,121,125,127,128,133,139,146,157,158,161
|
|
12 | 12 | 341,377,380,398,404,410,461,477,494,523,525,534,535,543,554
|
13 | 13 | ```
|
14 | 14 |
|
15 |
| -如果想知道更多公司 LeetCode 面试题,可以参看 [Companies.md][companies]。 |
| 15 | +If you want to know more company LeetCode interview questions, you can refer to [Companies.md][companies]. |
16 | 16 |
|
17 |
| -附上镇楼诗: |
| 17 | +Attached to the town house poem: |
18 | 18 |
|
19 |
| -> 明有科举八股,今有 LeetCode。 |
20 |
| -> 八股定格式而取文采心意,LeetCode 定题目且重答案背诵。 |
21 |
| -> 美其名曰:"practice makes perfect." |
22 |
| -> 为何今不如古? |
23 |
| -> 非也非也, |
24 |
| -> 科举为国取士,LeetCode 为 Google 筛码工,各取所需也。 |
| 19 | +> There is a stereotype of imperial examination, and now there is LeetCode. |
| 20 | +> Stereotypes set the format and take the literary heart, LeetCode sets the title and repeats the answer to recite. |
| 21 | +> Beautifully named: "practice makes perfect." |
| 22 | +> Why is today not as good as old? |
| 23 | +> No, no, |
| 24 | +> The imperial examination is a national candidate, LeetCode is a Google screener, and everyone takes what they need. |
25 | 25 |
|
26 | 26 | ## Easy
|
27 | 27 |
|
|
186 | 186 | [0044]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/0044/README.md
|
187 | 187 | [0057]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/0057/README.md
|
188 | 188 | [0068]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/0068/README.md
|
189 |
| -[1028]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/1028/README.md |
| 189 | +[1028]: https://github.com/Blankj/awesome-java-leetcode/blob/master/note/1028/README.md |
0 commit comments