{"id":13792809,"url":"https://github.com/wuqinqiang/leetcode-php","last_synced_at":"2025-04-06T01:11:20.999Z","repository":{"id":265815341,"uuid":"173534500","full_name":"wuqinqiang/leetcode-php","owner":"wuqinqiang","description":"Leetcode for PHP,  five questions a week and weekends are updated irregularly","archived":false,"fork":false,"pushed_at":"2022-04-27T13:41:49.000Z","size":20193,"stargazers_count":378,"open_issues_count":0,"forks_count":97,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-30T00:09:15.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wuqinqiang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-03T05:24:17.000Z","updated_at":"2025-02-09T12:15:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"9ed11ca0-713b-44b1-8842-fa558a92c0f9","html_url":"https://github.com/wuqinqiang/leetcode-php","commit_stats":null,"previous_names":["wuqinqiang/leetcode-php"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuqinqiang%2Fleetcode-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuqinqiang%2Fleetcode-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuqinqiang%2Fleetcode-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wuqinqiang%2Fleetcode-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wuqinqiang","download_url":"https://codeload.github.com/wuqinqiang/leetcode-php/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419861,"owners_count":20936012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T22:01:16.279Z","updated_at":"2025-04-06T01:11:20.982Z","avatar_url":"https://github.com/wuqinqiang.png","language":"PHP","funding_links":[],"categories":["类库"],"sub_categories":["算法"],"readme":"\r\n## :pencil2:Leetcode for PHP \r\n  \r\n  **why do you have to sleep for a long time ,and naturally sleep after death**\r\n****\r\n\r\n\r\n\r\n\r\n### 说明\r\n由于目前工作主要是 golang,我又新起了一个LeetCode-Go-Week项目，- [Leetcode-Go-Week](https://github.com/wuqinqiang/LeetCode-Go-Week),这个项目和此项目的不同点除了是用go实现之外，我会按照tag来进行划分。\r\n\r\n \r\n ### :pencil2:数据结构\r\n - [线性结构之数组和链表](https://github.com/wuqinqiang/Lettcode-php/blob/master/数据结构/数组和链表.md)\r\n - [线性结构之堆栈](https://github.com/wuqinqiang/Lettcode-php/blob/master/数据结构/堆栈.md)\r\n - [线性结构之散列表](https://github.com/wuqinqiang/Lettcode-php/blob/master/数据结构/散列表.md)\r\n - [数据结构之二叉树1](https://github.com/wuqinqiang/Lettcode-php/blob/master/数据结构/二叉树(1).md)\r\n - [Leetcode经典二叉树题目集合](https://github.com/wuqinqiang/Lettcode-php/blob/master/数据结构/Leetcode经典二叉树题目集合.md)\r\n****\r\n\r\n ### :pencil2:算法\r\n - [冒泡插入选择排序](https://github.com/wuqinqiang/Lettcode-php/blob/master/算法/冒泡插入选择.md)\r\n - [归并快速排序](https://github.com/wuqinqiang/Lettcode-php/blob/master/算法/归并快速排序.md)\r\n - [二分查找](https://github.com/wuqinqiang/Lettcode-php/blob/master/算法/二分查找.md)\r\n - [十分好用的二分查找模板](https://github.com/wuqinqiang/Lettcode-php/blob/master/算法/十分好用的二分查找模板.md)\r\n - [动态规划](https://github.com/wuqinqiang/Lettcode-php/blob/master/算法/动态规划.md)\r\n - [LRU](https://github.com/wuqinqiang/Lettcode-php/blob/master/算法/LRU.md)\r\n****\r\n\r\n\r\n ### :pencil2:leetcode题解\r\n \r\n **0-50**\r\n - [Leetcode02](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/2.md)\r\n - [Leetcode03](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/3.md)\r\n - [Leetcode05](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/5.md)\r\n - [Leetcode07](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/7.md)\r\n - [Leetcode09](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/9.md)\r\n - [Leetcode11](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/11.md)\r\n - [Leetcode12](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/12.md)\r\n - [Leetcode14](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/14.md)\r\n - [Leetcode16](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/16.md)\r\n - [Leetcode17](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/17.md)\r\n - [Leetcode18](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/18.md)\r\n - [Leetcode19](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/19.md)\r\n - [Leetcode20](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/20.md)\r\n - [Leetcode21](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/21.md)\r\n - [Leetcode22](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/22.md)\r\n - [Leetcode23](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/23.md)\r\n - [Leetcode24](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/24.md)\r\n - [Leetcode25](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/25.md)\r\n - [Leetcode31](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/31.md)\r\n - [Leetcode32](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/32.md)\r\n - [Leetcode33](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/33.md)\r\n - [Leetcode34](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/34.md)\r\n - [Leetcode35](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/35.md)\r\n - [Leetcode39](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/39.md)\r\n - [Leetcode40](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/40.md)\r\n - [Leetcode41](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/41.md)\r\n - [Leetcode42](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/42.md)\r\n - [Leetcode46](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/46.md)\r\n - [Leetcode47](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/47.md)\r\n - [Leetcode48](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/48.md)\r\n - [Leetcode49](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/49.md)\r\n - [Leetcode50](https://github.com/wuqinqiang/Lettcode-php/blob/master/0-50/50.md)\r\n ****\r\n  \r\n**51-100**\r\n\r\n- [Leetcode53](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/53.md)\r\n- [Leetcode54](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/54.md)\r\n- [Leetcode55](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/55.md)\r\n- [Leetcode56](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/56.md)\r\n- [Leetcode57](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/57.md)\r\n- [Leetcode59](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/59.md)\r\n- [Leetcode61](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/61.md)\r\n- [Leetcode62](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/62.md)\r\n- [Leetcode63](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/63.md)\r\n- [Leetcode64](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/64.md)\r\n- [Leetcode66](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/66.md)\r\n- [Leetcode69](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/69.md)\r\n- [Leetcode70](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/70.md)\r\n- [Leetcode72](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/72.md)\r\n- [Leetcode73](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/73.md)\r\n- [Leetcode74](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/74.md)\r\n- [Leetcode75](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/75.md)\r\n- [Leetcode77](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/77.md)\r\n- [Leetcode78](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/78.md)\r\n- [Leetcode79](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/79.md)\r\n- [Leetcode81](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/81.md)\r\n- [Leetcode82](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/82.md)\r\n- [Leetcode84](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/84.md)\r\n- [Leetcode86](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/86.md)\r\n- [Leetcode88](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/88.md)\r\n- [Leetcode92](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/92.md)\r\n- [Leetcode93](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/93.md)\r\n- [Leetcode94](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/94.md)\r\n- [Leetcode96](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/96.md)\r\n- [Leetcode98](https://github.com/wuqinqiang/Lettcode-php/blob/master/51-100/98.md)\r\n****\r\n\r\n**101-150**\r\n- [Leetcode101](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/101.md)\r\n- [Leetcode102](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/102.md)\r\n- [Leetcode103](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/103.md)\r\n- [Leetcode104](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/104.md)\r\n- [Leetcode105](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/105.md)\r\n- [Leetcode106](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/106.md)\r\n- [Leetcode107](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/107.md)\r\n- [Leetcode108](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/108.md)\r\n- [Leetcode109](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/109.md)\r\n- [Leetcode110](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/110.md)\r\n- [Leetcode111](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/111.md)\r\n- [Leetcode112](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/112.md)\r\n- [Leetcode113](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/113.md)\r\n- [Leetcode114](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/114.md)\r\n- [Leetcode115](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/115.md)\r\n- [Leetcode116](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/116.md)\r\n- [Leetcode117](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/117.md)\r\n- [Leetcode118](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/118.md)\r\n- [Leetcode119](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/119.md)\r\n- [Leetcode120](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/120.md)\r\n- [Leetcode121](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/121.md)\r\n- [Leetcode122](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/122.md)\r\n- [Leetcode123](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/123.md)\r\n- [Leetcode124](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/124.md)\r\n- [Leetcode125](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/125.md)\r\n- [Leetcode128](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/128.md)\r\n- [Leetcode129](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/129.md)\r\n- [Leetcode130](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/130.md)\r\n- [Leetcode131](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/131.md)\r\n- [Leetcode134](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/134.md)\r\n- [Leetcode135](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/135.md)\r\n- [Leetcode136](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/136.md)\r\n- [Leetcode137](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/137.md)\r\n- [Leetcode138](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/139.md)\r\n- [Leetcode143](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/143.md)\r\n- [Leetcode144](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/144.md)\r\n- [Leetcode145](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/145.md)\r\n- [Leetcode146](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/146.md)\r\n- [Leetcode147](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/147.md)\r\n- [Leetcode148](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/148.md)\r\n- [Leetcode150](https://github.com/wuqinqiang/Lettcode-php/blob/master/100-150/150.md)\r\n****\r\n\r\n**151-200**\r\n- [Leetcode152](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/152.md)\r\n- [Leetcode153](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/153.md)\r\n- [Leetcode154](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/154.md)\r\n- [Leetcode155](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/155.md)\r\n- [Leetcode162](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/162.md)\r\n- [Leetcode164](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/164.md)\r\n- [Leetcode165](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/165.md)\r\n- [Leetcode167](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/167.md)\r\n- [Leetcode168](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/168.md)\r\n- [Leetcode169](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/169.md)\r\n- [Leetcode171](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/171.md)\r\n- [Leetcode172](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/172.md)\r\n- [Leetcode173](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/173.md)\r\n- [Leetcode187](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/187.md)\r\n- [Leetcode189](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/189.md)\r\n- [Leetcode198](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/198.md)\r\n- [Leetcode199](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/199.md)\r\n- [Leetcode200](https://github.com/wuqinqiang/Lettcode-php/blob/master/151-200/200.md)\r\n****\r\n\r\n**201-250**\r\n- [Leetcode201](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/201.md)\r\n- [Leetcode202](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/202.md)\r\n- [Leetcode203](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/203.md)\r\n- [Leetcode204](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/204.md)\r\n- [Leetcode205](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/205.md)\r\n- [Leetcode206](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/206.md)\r\n- [Leetcode209](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/209.md)\r\n- [Leetcode213](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/213.md)\r\n- [Leetcode215](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/215.md)\r\n- [Leetcode216](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/216.md)\r\n- [Leetcode217](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/217.md)\r\n- [Leetcode219](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/219.md)\r\n- [Leetcode221](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/221.md)\r\n- [Leetcode222](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/222.md)\r\n- [Leetcode225](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/225.md)\r\n- [Leetcode226](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/226.md)\r\n- [Leetcode228](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/228.md)\r\n- [Leetcode229](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/229.md)\r\n- [Leetcode230](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/230.md)\r\n- [Leetcode231](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/231.md)\r\n- [Leetcode232](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/232.md)\r\n- [Leetcode235](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/235.md)\r\n- [Leetcode237](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/237.md)\r\n- [Leetcode238](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/238.md)\r\n- [Leetcode234](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/234.md)\r\n- [Leetcode240](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/240.md)\r\n- [Leetcode242](https://github.com/wuqinqiang/Lettcode-php/blob/master/201-250/242.md)\r\n****\r\n\r\n**251-300**\r\n- [Leetcode257](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/257.md)\r\n- [Leetcode258](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/258.md)\r\n- [Leetcode260](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/260.md)\r\n- [Leetcode263](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/263.md)\r\n- [Leetcode268](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/268.md)\r\n- [Leetcode278](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/278.md)\r\n- [Leetcode283](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/283.md)\r\n- [Leetcode287](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/287.md)\r\n- [Leetcode290](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/290.md)\r\n- [Leetcode292](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/292.md)\r\n- [Leetcode300](https://github.com/wuqinqiang/Lettcode-php/blob/master/251-300/300.md)\r\n****\r\n\r\n**301-400**\r\n- [Leetcode303](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/303.md)\r\n- [Leetcode309](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/309.md)\r\n- [Leetcode326](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/326.md)\r\n- [Leetcode337](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/337.md)\r\n- [Leetcode342](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/342.md)\r\n- [Leetcode344](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/344.md)\r\n- [Leetcode349](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/349.md)\r\n- [Leetcode350](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/350.md)\r\n- [Leetcode367](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/367.md)\r\n- [Leetcode374](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/374.md)\r\n- [Leetcode378](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/378.md)\r\n- [Leetcode371](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/371.md)\r\n- [Leetcode392](https://github.com/wuqinqiang/Lettcode-php/blob/master/301-400/392.md)\r\n****\r\n\r\n**401-600**\r\n- [Leetcode441](https://github.com/wuqinqiang/Lettcode-php/blob/master/501-600/441.md)\r\n- [Leetcode513](https://github.com/wuqinqiang/Lettcode-php/blob/master/501-600/513.md)\r\n****\r\n\r\n**601-700**\r\n- [Leetcode633](https://github.com/wuqinqiang/Lettcode-php/blob/master/601-700/633.md)\r\n- [Leetcode680](https://github.com/wuqinqiang/Lettcode-php/blob/master/601-700/680.md)\r\n****\r\n\r\n\r\n****\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuqinqiang%2Fleetcode-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwuqinqiang%2Fleetcode-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwuqinqiang%2Fleetcode-php/lists"}