68 Forks
248 Stars
248 Watchers

Learning

自己整理了一些网上和书籍中的知识与笔记,来应对技术面试可能遇到的一些问题,包括算法、操作系统、计算机网络、Java、C++、Python、Go。概念不是最重要的!概念不是最重要的!概念不是最重要的!练习题才是!重要的事情说三遍,概念是不是看了很多遍,看几遍忘几遍,题目做过几遍,是不是印象很深,精华是题目,笔者在大量练习后摘录了书籍、牛客网、赛码网、W3C、CSDN等各种渠道的练习题,较为基础的这里就不录入了,主要录入一些易混淆,不容易理解的题目。作者也不喜欢重复造轮子,某些知识点的解释有比较详细的博客,作者就简单引用了,只有作者觉得找不到解释较好的博客时,作者会自己写一篇然后引用,限于篇幅,具体还请点击链接详细了解。

How to download and setup Learning

Open terminal and run command
git clone https://github.com/loversgzl/Learning.git
git clone is used to create a copy or clone of Learning repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Learning https://github.com/loversgzl/Learning/archive/master.zip

Or simply clone Learning with SSH
[email protected]:loversgzl/Learning.git

If you have some problems with Learning

You may open issue on Learning support forum (system) here: https://github.com/loversgzl/Learning/issues