Skip to content
Avatar
🎯
Focusing
🎯
Focusing

Achievements

Achievements

Organizations

@fis-components @fit-component @gaea-js @dt-fe @dobjs @viserjs @prijs
Block or Report

Pinned

  1. 前端精读周刊。帮你理解最前沿、实用的技术。

    JavaScript 12.1k 1.4k

  2. Light and fast 🚀 state management tool using proxy.

    TypeScript 714 33

  3. Framework for React applications and components.

    TypeScript 210 33

  4. Light and fast 🚀parser! With zero dependents. - Sql Parser Demo added!

    TypeScript 326 30

  5. Design websites in your browser. A smart web editor!

    TypeScript 1.2k 209

  6. 🚀 tiny & fast lib for react native image viewer pan and zoom

    TypeScript 2.2k 488

192 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri
Activity overview
Contributed to ascoders/weekly, prijs/pri, ascoders/react-native-image-viewer and 1 other repository

Contribution activity

April 2021

Created 19 commits in 2 repositories

Created an issue in ascoders/weekly that received 7 comments

精读《DOM diff 最长上升子序列》

本文介绍求最长上升子序列的三种做法,暴力 O(2ⁿ)、动态规划 O(n²)、非正常人类思维才能想到的贪婪二分 O(nlogn)。Vue DOM diff 正是采用了第三种方案实现的。 看完介绍后,你会发现时间复杂度上巧夺天工的算法,会导致最长上升子序列出现一个严重问题,即虽然长度正确,但内容可…

7 comments
Opened 3 other issues in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.