# Play-Leetcode-Explore **Repository Path**: occamrazor/Play-Leetcode-Explore ## Basic Information - **Project Name**: Play-Leetcode-Explore - **Description**: My Solutions to Leetcode Explore problems(Learn & Interview). All solutions support C++, some support Java. Multiple solutions will be given by most problems. 我的Leetcode Explore解答(包括Interview & Learn两部分)。所有的问题都支持C++语言,一部分问题支持Java语言。近乎所有问题都会提供多个算法解决。大家加油!:) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## My solutions to Leetcode Explore I will put my solutions to [**Leetcode Explore Problems**](https://leetcode.com/explore/) in this repo. Every problem will be solved in C++; part of the problems will be solved in Java also. I will try my best to support more language in the future :) Please feel free to contact me if you have any problems with this repo:) email: [liuyubobobo@gmail.com](mailto:liuyubobobo@gmail.com) --- 大家好。欢迎大家来到我的 [**Leetcode Explore**](https://leetcode.com/explore/) 解题代码仓。在这个代码仓中,所有问题都将使用C++解决,个别问题会提供Java语言或者Python语言的代码。近乎每一个问题都会使用多种方式进行解决,同时标注了简明的算法思想,时间复杂度和空间复杂度。 [**Leetcode Explore**](https://leetcode.com/explore/) 模块是 Leetcode 在2017年底上线的模块,分门别类地整理了Leetcode上的问题。如果对 Leetcode 上现在已经有的近1000个问题不知道从何刷起,Leetcode Explore是一个很好的指引:) 如果对 Leetcode 上所有问题的题解感兴趣,可以参考我的 [**Leetcode题解代码仓: Play-Leetcode**](https://github.com/liuyubobobo/Play-Leetcode) 如果对本代码仓有任何问题,欢迎联系我:) **个人网站**:[liuyubobobo.com](http://liuyubobobo.com) **电子邮件**:[liuyubobobo@gmail.com](mailto:liuyubobobo@gmail.com) **微博**: [刘宇波bobo http://weibo.com/liuyubobobo](http://weibo.com/liuyubobobo) **知乎**: [刘宇波 http://www.zhihu.com/people/liuyubobobo](http://www.zhihu.com/people/liuyubobobo) **知乎专栏:**[是不是很酷 https://zhuanlan.zhihu.com/liuyubobobo](https://zhuanlan.zhihu.com/liuyubobobo) **个人公众号:是不是很酷**:) ![QRCode](qrcode.jpg) ## 其他相关代码仓 * [**《算法与数据结构》课程**](https://coding.imooc.com/class/71.html), 代码仓: [Play-with-Algorithms](https://github.com/liuyubobobo/Play-with-Algorithms) * [**《玩转算法面试》课程**](https://coding.imooc.com/class/82.html), 代码仓: [Play-with-Algorithm-Interview](https://github.com/liuyubobobo/Play-with-Algorithm-Interview) * [**《看得见的算法》课程**](https://coding.imooc.com/class/138.html), 代码仓: [Play-with-Algorithm-Visualization](https://github.com/liuyubobobo/Play-with-Algorithm-Visualization) * [**《玩转数据结构》课程**](https://coding.imooc.com/class/207.html), 代码仓: [Play-with-Data-Structures](https://github.com/liuyubobobo/Play-with-Data-Structures) * [**《玩转图论算法》课程**](https://coding.imooc.com/class/370.html), 代码仓: [Play-with-Graph-Algorithms](https://github.com/liuyubobobo/Play-with-Graph-Algorithms) * **LeetCode 题解代码仓**:[Play Leetcode](https://github.com/liuyubobobo/Play-Leetcode) (注:以C++实现为主) * **LeetCode Database 题解代码仓**:[Play Leetcode Database](https://github.com/liuyubobobo/Play-Leetcode-Database/) ## Catelogue 本代码仓目录 每个子模块包含的问题目录请参考各模块内的readme:) ### Learn Data Structures 数据结构模块 | Topic | code | status | | --- | :---: | :---: | | **Array and String** | [code](Learn/Array-and-String/) | completed | | **Queue and Stack** | [code](Learn/Queue-and-Stack/) | completed | | **Linked List** | [code](Learn/Linked-List/) | completed | | **Hash Table** | [code](Learn/Hash-Table/) | completed | | **Binary Tree** | [code](Learn/Binary-Tree/) | completed | | **N-ary Tree** | [code](Learn/N-ary-Tree/) | [in progress] | | **Binary Search Tree** | [code](Learn/Binary-Search-Tree/) | [in progress] | | **Trie** | [code](Learn/Trie/) | [in progress] | ### Learn Algorithms 算法模块 | Topic | code | status | | --- | :---: | :---: | | **Binary Search** | [code](Learn/Binary-Search/) | [in progress] | ### Interview 备战面试模块 | Topic | code | status | | --- | :---: | :---: | | **Coding Interview Strategy** | N/A | not started | | **Rock the Behavioral Interview** | N/A | not started | | **Top Interview Questions - Easy Collections** | code | not started | | **Top Interview Questions - Medium Collections** | code | not started | | **Top Interview Questions - Hard Collections** | code | not started | ### Company Interview Problems 公司面试真题模块 | Company | code | status | | --- | :---: | :---: | | **Google** | code | not started | | **Facebook** | code | not started | | **Microsoft** | code | not started | | **Amazon** | code | not started | | **Yelp** | code | not started | | **Bloomberg** | code | not started | | **Tencent 腾讯** | code | not started |