You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,27 @@
10
10

11
11
12
12
<palign='center'>
13
-
<ahref="https://github.com/halfrost/leetcode-go/releases/"rel="nofollow"><imgalt="GitHub All Releases"src="https://img.shields.io/github/downloads/halfrost/LeetCode-Go/total?label=PDF%20downloads"></a>
<ahref="https://github.com/halfrost/LeetCode-Go/releases/"rel="nofollow"><imgalt="GitHub All Releases"src="https://img.shields.io/github/downloads/halfrost/LeetCode-Go/total?label=PDF%20downloads"></a>
<ahref="https://github.com/halfrost/LeetCode-Go/actions/workflows/test.yml"rel="nofollow"><imgsrc="https://github.com/halfrost/LeetCode-Go/actions/workflows/test.yml/badge.svg?branch=master"alt="Go Test Status"></a>
@@ -3090,6 +3089,10 @@ Thank you for reading here. This is bonus. You can download my [《ACM-ICPC Algo
3090
3089
3091
3090
3092
3091
3092
+
## License
3093
+
3094
+
The **code** in this repository (all Go solutions) is licensed under the [MIT License](https://github.com/halfrost/LeetCode-Go/blob/master/LICENSE). The **book content** of *LeetCode Cookbook* (the articles and illustrations served from the website) is licensed under a Creative Commons (CC) license. In short: feel free to reuse the code under MIT; the written/illustrated book content is shared under CC.
0 commit comments