Giter Site home page Giter Site logo

leetcode's Introduction

leetcode

重点题目

  • 剑指 Offer 04. 二维数组中的查找 : 查找方法

  • 剑指 Offer 07. 重建二叉树:注意构建方法

  • 剑指 Offer 09. 用两个栈实现队列:不建议使用stack,建议使用LinkedList(增删效率高,查改效率低),Deque(双向队列)

  • 剑指 Offer 11. 旋转数组的最小数字:二分法

  • 剑指 Offer 14- II. 剪绳子 II:数学推导,dp,快速幂

  • 剑指 Offer 16. 数值的整数次方:快速幂,位运算

  • 剑指 Offer 17. 打印从1到最大的n位数:分治,大数处理

  • 剑指 Offer 19. 正则表达式匹配: dp,递归

  • 剑指 Offer 20. 表示数值的字符串: DFS有限状态自动机

  • 剑指 Offer 28. 对称的二叉树: 对称二叉树,递归,前中序遍历不可行

  • 剑指 Offer 29. 顺时针打印矩阵: 理顺思路

  • 剑指 Offer 30. 包含min函数的栈: 辅助栈

  • 剑指 Offer 31. 栈的压入、弹出序列: 模拟

leetcode's People

Contributors

outvoker avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.