Code Monkey home page Code Monkey logo

algorithm-guide's Introduction

Algorithm Guide 🌈

本仓库带你系统掌握程序员必知必会的算法数据结构

本仓库主要有两个分支

  • master分支:最近的新分支,也是以后日常维护的主分支😀,内容为算法和数据结构的教程。

    算法部分基本完成,数据结构还有很多未完成部分,空闲时会加快完善!

  • Collections 分支:以前的主分支,整理了算法和数据结构的资料,现作为辅助分支,这里访问🚀

目录👀:

  1. 算法篇🔥
  2. 数据结构篇🌳
  3. 刷题练习篇✍

算法篇🔥

数据结构篇🌳

刷题练习篇✍

在掌握了重要的算法和数据结构之后,就可以愉快的刷题啦🎉

网站的选择?

当然推荐 LeetCode咯,传送门在这:点击👈

刷哪些题目?

  1. 如果你时间紧张,想突击面试:可以刷刷LeetCode热门推荐

    image-20201220164553273

    比如:Leetcode 热题 Hot 100🔥LeetCode 精选 TOP 面试题🔥

  2. 如果你时间充裕:可以按以下分类,系统刷题:

    • 专题一:数组(Chapter1_Array)
    • 专题二:链表(Chapter2_list)
    • 专题三:字符串(Chapter3_String)
    • 专题四:栈(Chapter4_Stack)
    • 专题五:树(Chapter5_Tree)
    • 专题六:排序(Chapter6_Sort)
    • 专题七:查找(Chapter7_Search)
    • 专题八:暴力解法(Chapter8_Violence)
    • 专题九:BFS(Chapter9_BFS)
    • 专题十:DFS(Chapter10_DFS)
    • 专题十一:分治(Chapter11_Paritition)
    • 专题十二:贪心(Chapter12_Greedy)
    • 专题十三:动态规划(Chapter13_DP)
    • 专题十四:图(Chapter14_Graph)
    • 专题十五:不定类型(Chapter15_Unspecific)

刷题策略

不要一味追求数量,题目是刷不完,唯有掌握思路学会总结,提高做题质量,才能举一反三

  • 第一遍先思考,如果没思路,可以看题解,结合其他人的题解刷。总结自己是否在思路上有问题,或者是否算法与数据结构基础上有问题,掌握本题的类型,思考方式,最优题解。
  • 第二遍回忆最优解法尝试直接写,并与之前自己写过的解答作比对,总结问题和方法。
  • 第三遍:提升刷题速度一题多解,拿出一个题,就能够知道其考察重点,解题方法,在短时间内写出解答,并且思考多种解决办法。

OK,现在你可以制定自己的刷题计划,开始行动啦~坚持就是胜利!✊

algorithm-guide's People

Contributors

test-infra-bot avatar xunzhuo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.