Coder Social home page Coder Social logo

datawhale-coding's Introduction

Datawhale-Coding

All Tasks

Task 1:数组和链表(2天)

时间:2019-08-03 21:00 - 2019-08-05 21:00

讨论&CR时间: 2019-08-05 21:00 - 2019-08-05 22:30

Task 2: 栈 + 队列 + 递归 (3天)当前任务

时间:2019-08-05 21:00 - 2019-08-09 21:00

    • - 用数组实现一个顺序栈
    • - 用z链表实现一个链式栈
    • - 编程模拟实现一个浏览器的前进、后退功能
  • 队列

    • - 用数组实现一个顺序队列
    • - 用链表实现一个链式队列
    • - 实现一个循环队列
  • 递归

    • - 编程实现斐波那契数列求值 f(n)=f(n-1)+f(n-2)
    • - 编程实现求阶乘 n!
    • - 编程实现一组数据集合的全排列
  • 对应的 LeetCode 练习题

    • - 栈

      • - Valid Parentheses(有效的括号)
      • - Longest Valid Parentheses(最长有效的括号)
      • - Evaluate Reverse Polish Notatio(逆波兰表达式求值)
    • - 队列

      • - Design Circular Deque(设计一个双端队列)
      • - Sliding Window Maximum(滑动窗口最大值)
    • - 递归

      • - Climbing Stairs(爬楼梯)

Task 3:排序 + 二分查找 (3天)【当前任务】

时间:2019-08-09 21:00 - 2019-08-12 21:00

..

datawhale-coding's People

Contributors

liumce 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.