思考的价值
  • README
  • Archives
    • 2022
      • 5-10
      • 4
      • 3
      • 1
      • 2
    • 2021
      • 12
      • 11
      • 10
      • 9
      • 8
      • 7
      • 6
      • 5
      • 4
        • 15-30
        • 1-14
      • 3
        • 1-18
        • 19-31
      • 2
        • 1-6
        • 7-17
        • 18-28
      • 1
        • 1-3
        • 4-7
        • 8-10
        • 11-15
        • 16-17
        • 18-23
        • 24-31
    • 2020
      • 12
        • 25-31
        • 17-24
        • 10
        • 9
        • 8
        • 7
        • 6
        • 5
        • 4
        • 3
        • 2
        • 1
        • 16
        • 15
        • 14
        • 12
      • 11
        • 21
        • 20
        • 30
        • 19
        • 29
        • 18
        • 28
        • 17
        • 27
        • 16
        • 26
        • 15
        • 25
        • 14
        • 24
        • 22
  • Tags
    • Talk
    • Information Theory
    • Web
      • Vue
      • Roadmap
      • CSS
      • React
      • Index
      • Webassembly
      • Redux
    • PL
      • Ruby
      • Lisp
      • Scala
      • OCaml
      • Python
      • Elm
      • PHP
      • JavaScript
      • Haskell
      • Go
      • CSharp
      • Shell
      • Index
      • Objective-C
      • C
      • TypeScript
      • Rust
      • SQL
      • Java
      • Kotlin
      • Fortran
    • Coding
    • Theory Of Computation
    • Service
    • Celebrity
    • Docs
      • ideavimrc
      • Dig deep into Hooks
    • Quality Assurance
    • Business
    • Network
    • Story
    • Psychology
    • Design
    • Joke
    • Node Deno
    • Security
    • Mobile
    • Podcast
    • Life
    • Game
    • Finance
    • Punchline
    • Product
    • Interview
    • Recruitment
    • Workplace
    • Environment
    • Idea
    • OS
    • Knowledge Management
    • Tool
      • Chrome
      • Command
      • Windows
      • Soft
      • Vim
      • Git
      • Terminal
      • JetBrainsIDE
      • VSCode
      • Mac
    • Database
    • Image
    • Hardware
    • OpenSource
    • Distributed
    • Algorithm
    • Architecture
    • Education
    • Book
    • English
    • Draft
  • Weekly
    • 🦤第 4 期 - 学习一门新的语言
    • 👹第 3 期 - 信息技术 与 人类的相似性
    • 👻第 2 期 - 鸭子理论与第一性原理
    • 🐱第 1 期 - 大厂垄断的 laas
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Tags

Algorithm

算法(暂时没时间继续维护)

PreviousDistributedNextArchitecture

Last updated 4 years ago

Was this helpful?

  1. 大半夜的分享一道算法题吧

    题目分享: Mine Sweeper

    简述: 给一个二维数组, 里面的特定元素代表的是 扫雷游戏中的一些格子, 就比如雷啊.. 或者 数字啊.. 然后你需要做到是 该盘扫雷能否通关.

    这道题 我去年死磕了两天, 最后通过了大部分的 case, 一直卡在一些奇怪的边缘 case, 结果不得不放弃了.. 我当时的解决方案:

    有兴趣的同学, 可以做一下这道题 很爽的 (不骗你

  2. 如何通俗易懂地解释遗传算法?有什么例子? - 尼布甲尼撒的回答 - 知乎

  3. 分享道 leetcode 上的必刷题:

    基本计算器

    没有尝试过的同学可以试下,推荐。

    可惜 scriptoj 平台不继续运营了。

    这平台里面 一百多道的题 我曾经全刷过,有关于 Virtual DOM 的实现,有关于 写一个 brainfuck 的解释器, linq 的 js 版本等等,里面的题目质量不底, 有工程实践味道。 另一个推荐的平台就是 codewars 了,支持很多编程语言,题目也由浅入深,推荐。 断断续续的 刷到了 3段。

  4. 分享道题目:

    重塑矩阵

    感兴趣的同学可以刷一下。 分享下我的做法

https://www.codewars.com/kata/57ff9d3b8f7dda23130015fa
https://github.com/Tomotoes/Kotlin-Note/blob/master/src/Solution.kt
https://www.zhihu.com/question/23293449/answer/120185075
https://leetcode-cn.com/problems/basic-calculator/
http://scriptoj.mangojuice.top/
https://www.codewars.com/
https://leetcode-cn.com/problems/reshape-the-matrix/
image-20210219232507973