Code Monkey home page Code Monkey logo

seanyancy.github.io's Introduction

seanyancy.github.io's People

Contributors

seanyancy avatar

Stargazers

 avatar

Watchers

 avatar  avatar

seanyancy.github.io's Issues

代码随想录训练营 Day 02 / 60 | Sean, the sheep🐑

https://seanyancy.github.io/2023/04/20/%E4%BB%A3%E7%A0%81%E9%9A%8F%E6%83%B3%E5%BD%95%E8%AE%AD%E7%BB%83%E8%90%A5-Day-02-60/

今日任务 [] 每日一题(LC-1187) [] LC-977 有序数组的平方 [] LC-209 长度最小的子数组 [] LC-59 螺旋数组II 每日一题LC-1187LC-300做每日一题前先做了一道LC-300, 因为LC-1187的题解说这道题可以用300的方法。这道题DP不是最优解要n^2的时间复杂度,主要**是DP记录以i元素结尾最长的严格递增子序列长度,这样遍历每个元素如果比之

代码随想录训练营 Day 01 / 60 | Sean, the sheep🐑

https://seanyancy.github.io/2023/04/19/%E4%BB%A3%E7%A0%81%E9%9A%8F%E6%83%B3%E5%BD%95%E8%AE%AD%E7%BB%83%E8%90%A5-Day-01-60/?

今日任务: 数组基础知识 LC-704 LC-27 每日一题 数据理论基础Carl哥主要介绍了一些数据的基础知识和C++中数组的一些操作。那么我来总结一下Java中数组的操作。参考连接首先需要注意的是在Java中数组一旦被创建长度就固定了。 数组创建 1234int[] anArray; //声明一个数组int[] anArray = new int[10]; //创建一个长

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.