Skip to content

Commit

Permalink
feat: 添加机器人二维码
Browse files Browse the repository at this point in the history
  • Loading branch information
luzhipeng committed Apr 27, 2019
1 parent 69e9fb0 commit 8bdef01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,6 @@ anki - 文件 - 导入 - 下拉格式选择“打包的 anki集合”,然后

(qq 群)

![wechat-group-chat](./assets/wechat-group-chat.jpg)
![wechat-group-chat](./assets/wechat-group-chat.jpeg)

(微信群, 由于微信的限制,只可以七天之内才能加入)
(由于微信的限制,100个人以上只能邀请加入, 你可以添加我的机器人回复“leetcode”拉你进群)
Binary file added assets/wechat-group-chat.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion problems/20.validParentheses.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
https://leetcode.com/problems/valid-parentheses/description

## 题目描述

```
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
An input string is valid if:
Expand Down Expand Up @@ -30,7 +32,7 @@ Example 5:
Input: "{[]}"
Output: true

```

## 思路

Expand Down

0 comments on commit 8bdef01

Please sign in to comment.