Skip to content

Commit 066e76b

Browse files
committedMar 18, 2020
feat: generate readme files for lcci questions
生成《程序员面试金典》题目文档
1 parent 8ec3e05 commit 066e76b

File tree

253 files changed

+10688
-953
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+10688
-953
lines changed
 

‎README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,23 @@
88
<a href="https://github.com/doocs/leetcode/issues"><img src="https://badgen.net/github/open-issues/doocs/leetcode" alt="issues"></a>
99
<a href="https://github.com/doocs/leetcode/network/members"><img src="https://img.shields.io/github/forks/doocs/leetcode.svg" alt="forks"></a>
1010
<a href="https://github.com/doocs/leetcode/blob/master/LICENSE"><img src="https://badgen.net/github/license/doocs/leetcode?color=green" alt="LICENSE"></a><br>
11-
<a href="https://github.com/doocs/leetcode" alt="github"><img src="https://badgen.net/badge/⭐/GitHub/cyan" /></a>
12-
<a href="https://gitee.com/doocs/leetcode" alt="gitee"><img src="https://badgen.net/badge/⭐/Gitee/cyan" /></a>
11+
<!-- <a href="https://github.com/doocs/leetcode" alt="github"><img src="https://badgen.net/badge/⭐/GitHub/cyan" /></a>
12+
<a href="https://gitee.com/doocs/leetcode" alt="gitee"><img src="https://badgen.net/badge/⭐/Gitee/cyan" /></a> -->
1313
<a href="http://makeapullrequest.com"><img src="https://badgen.net/badge/PRs/welcome/cyan" alt="PRs Welcome"></a>
1414
<a href="https://doocs.github.io/#/?id=how-to-join"><img src="https://badgen.net/badge/organization/join%20us/cyan" alt="open-source-organization"></a>
1515
</p>
1616

1717
## 介绍
1818
本项目包含 [LeetCode](https://leetcode-cn.com/problemset/all/)[《剑指 Offer(第 2 版)》](https://leetcode-cn.com/problemset/lcof/)[《程序员面试金典(第 6 版)》](https://leetcode-cn.com/problemset/lcci/)等题目的相关题解。所有题解均由多种编程语言实现,包括但不限于:Java、Python、C++、JavaScript、C#、Go,日常更新。
1919

20-
[English Version](./README_EN.md)
20+
[English Version](/README_EN.md)
2121

2222
## 站点
23-
- Gitee Pages: https://doocs.gitee.io/leetcode
24-
- GitHub Pages: https://doocs.github.io/leetcode
23+
<!-- - Gitee Pages: https://doocs.gitee.io/leetcode
24+
- GitHub Pages: https://doocs.github.io/leetcode -->
2525

26-
注:对于国内(中国)的朋友,访问 Gitee Pages 速度会相对快一些。
26+
<!-- 注:对于国内(中国)的朋友,访问 Gitee Pages 速度会相对快一些。 -->
27+
https://doocs.github.io/leetcode/#/README_EN
2728

2829
## 题解
2930
- [LeetCode](./solution/README.md)

‎README_EN.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,21 @@
88
<a href="https://github.com/doocs/leetcode/issues"><img src="https://badgen.net/github/open-issues/doocs/leetcode" alt="issues"></a>
99
<a href="https://github.com/doocs/leetcode/network/members"><img src="https://img.shields.io/github/forks/doocs/leetcode.svg" alt="forks"></a>
1010
<a href="https://github.com/doocs/leetcode/blob/master/LICENSE"><img src="https://badgen.net/github/license/doocs/leetcode?color=green" alt="LICENSE"></a><br>
11-
<a href="https://github.com/doocs/leetcode" alt="github"><img src="https://badgen.net/badge/⭐/GitHub/cyan" /></a>
12-
<a href="https://gitee.com/doocs/leetcode" alt="gitee"><img src="https://badgen.net/badge/⭐/Gitee/cyan" /></a>
11+
<!-- <a href="https://github.com/doocs/leetcode" alt="github"><img src="https://badgen.net/badge/⭐/GitHub/cyan" /></a>
12+
<a href="https://gitee.com/doocs/leetcode" alt="gitee"><img src="https://badgen.net/badge/⭐/Gitee/cyan" /></a> -->
1313
<a href="http://makeapullrequest.com"><img src="https://badgen.net/badge/PRs/welcome/cyan" alt="PRs Welcome"></a>
1414
<a href="https://doocs.github.io/#/?id=how-to-join"><img src="https://badgen.net/badge/organization/join%20us/cyan" alt="open-source-organization"></a>
1515
</p>
1616

1717
## Introduction
1818
Complete solutions to [LeetCode](https://leetcode-cn.com/problemset/all/), [LCOF](https://leetcode-cn.com/problemset/lcof/) and [LCCI](https://leetcode-cn.com/problemset/lcci/) problems, updated daily.
1919

20-
[中文文档](./README.md)
20+
[中文文档](/README.md)
2121

2222
## Sites
23-
- Gitee Pages: https://doocs.gitee.io/leetcode
24-
- GitHub Pages: https://doocs.github.io/leetcode
23+
<!-- - Gitee Pages: https://doocs.gitee.io/leetcode
24+
- GitHub Pages: https://doocs.github.io/leetcode -->
25+
https://doocs.gitee.io/leetcode
2526

2627
## Solutions
2728
- [LeetCode](./solution/README.md)

0 commit comments

Comments
 (0)
Please sign in to comment.