Skip to content

Commit 31ad0da

Browse files
committed
feat: add java solution to lcof problem
1 parent 9bdedbd commit 31ad0da

File tree

6 files changed

+118
-81
lines changed

6 files changed

+118
-81
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Complete solutions to [LeetCode](https://leetcode-cn.com/problemset/all/), [LCCI
2020
[中文文档](./README_CN.md)
2121

2222
## Solution Tree
23-
- [LeetCode](https://github.com/doocs/leetcode/blob/master/solution/README.md)
24-
- [LCCI](https://github.com/doocs/leetcode/blob/master/lcci/README.md) / [LCOF](https://github.com/doocs/leetcode/blob/master/lcof/README.md)
23+
- [LeetCode](./solution/README.md)
24+
- [LCCI](./lcci/README.md) / [LCOF](./lcof/README.md)
2525

2626
## Contributions
2727
I'm looking for long-term contributors/partners to this repo! Send me [PRs](https://github.com/doocs/leetcode/pulls) if you're interested! See the following:

lcci/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# [《程序员面试金典(第 6 版)》系列](https://leetcode-cn.com/problemset/lcci/)
22
本书是原谷歌资深面试官的经验之作,帮助了许多想要加入脸书、苹果、谷歌等 IT 名企的求职者拿到 Dream offer。本专题的 100+ 编程面试题是在原书基础上精心挑选出来的,帮助你轻松应战 IT 名企技术面试。
33

4-
## [题解](https://github.com/doocs/leetcode/tree/master/lcci)
4+
## [题解](../lcci)
55

66
```
77
.

0 commit comments

Comments
 (0)