11# Project information
22site_name : 玩转力扣
3- site_url : https://yanglr.github.io/lcdoc
3+ site_url : https://yanglr.github.io/leetcode
44site_author : geekzl
55site_description : >-
66 极客学长的leetcode刷题笔记
77# Repository
8- repo_name : yanglr/lcdoc
9- repo_url : https://github.com/yanglr/lcdoc
8+ repo_name : yanglr/leetcode
9+ repo_url : https://github.com/yanglr/leetcode
1010
1111extra :
1212 search :
9393 - leetcode :
9494 - leetcode题解 : solutions/index.md
9595 - 玩转力扣Tips : solutions/tips.md
96- - leetcode1 两数之和 - 简单 : solutions/lcdoc1 两数之和[简单].md
97- - leetcode4 寻找两个正序数组的中位数 - 困难 : solutions/lcdoc4 寻找两个正序数组的中位数[困难].md
98- - leetcode36 有效的数独 - 中等 : solutions/lcdoc36 有效的数独[中等].md
99- - leetcode38 外观数列(报数) - 中等 : solutions/lcdoc38 外观数列(报数)[中等].md
96+ - leetcode1 两数之和 - 简单 : solutions/leetcode1 两数之和[简单].md
97+ - leetcode4 寻找两个正序数组的中位数 - 困难 : solutions/leetcode4 寻找两个正序数组的中位数[困难].md
98+ - leetcode36 有效的数独 - 中等 : solutions/leetcode36 有效的数独[中等].md
99+ - leetcode38 外观数列(报数) - 中等 : solutions/leetcode38 外观数列(报数)[中等].md
100100
0 commit comments