Git Product home page Git Product logo

mstbl.github.io's Introduction

Hi there 👋

mstbl.github.io's People

Contributors

mstbl avatar

Watchers

 avatar  avatar

mstbl.github.io's Issues

YAML 基本语法 | MSTBL的博客

https://mstbl.github.io/yaml/

YAML 基本语法基本大小写敏感 用#注释 用a: b代表一对键值对 注意:冒号之后有一个空格 用空格代表层级,如: 123456a: b: c d: e f: g: h i: j 空格相同的就是同一层级 空格数不限,但是同一级空格数必须相同 理论上不允许用tab缩进 行内写法: 1a: {b: c,d: e} 不能有两个相同的key 值写法字符串不用加双引号、单引号

没有文章

现在只有首页没有文章,之后看看怎么放文章

速查网站集合 | MSTBL的博客

https://mstbl.github.io/lookup/

速查网站集合计算机CPP Reference OI Wiki GitHub学习资源大学北京大学 北京大学计算机课程大作业 广东工业大学 浙江大学 清华大学 清华大学计算机系考研攻略 上海交通大学 郑州大学 南京大学 南京大学计算机系 东南大学 山东科技大学 北京林业大学 中山大学 其他小浩算法 Bilibili公开课目录 戴铭学习记录 TeachYourselfCS中文版 技术面试必备

背包问题 | MSTBL的博客

https://mstbl.github.io/algorithm/knapsack/

背包问题背包问题有许多种,其中最简单的形如最优装载问题:给出n个物体,第i个物体的重量为wi。在总重量不超过c的前提下选择尽可能多的物体。这种问题就是最简单的贪心问题,用贪心算法就能得到最优解。 复杂一些的是部分背包问题。这类题在最优装载问题的基础上给了每个物体价值vi。也可以用贪心算法做,根据每个物体的性价比贪心就行。 0-1背包问题而对于更复杂的0-1背包问题,背包问题就不一定能得到最优解了。

链接

还没把各个页面的链接做好

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.