我的梦想
不是每个人都应该像我这样去建造一座水晶大教堂,但是每个人都应该拥有自己的梦想,设计自己的梦想,追求自己的梦想,实现自己的梦想。梦想是生命的灵魂,是心灵的灯塔,是引导人走向成功的信仰。有了崇高的梦想,只要矢志不渝地追求,梦想就会成为现实,奋斗就会变成壮举,生命就会创造奇迹。——罗伯·舒乐
  Recommended Posts
Tech

HOC

What's HOC and what it can do.

Read more
Tech

Leetcode

Recoding Algorithms.

Read more
foundation foundation
EventLoopJS是一种单线程语言,它和多线程语言最大的不同就是只有一个线程,如果线程中有任务阻塞那么线程将出现排队情况。设计单线程的原因是因为JS在设计之初是用来作为浏览器的脚本语言的,为了防止处理dom多个线程处理出现资源抢占的情况
2023-07-25 Chatwin
Algorithms Algorithms
Simply进制转换const parseInt = (line) => { // 最简单的方法 // let a = parseInt(line, 16); // console.log(a);
2023-07-20 Chatwin
Tree Tree
diffrent type of tree structuresimple tree binary treea parent must have two children. that’s a rule of binary tree, if
2023-05-19 Chatwin
Flutter-v3.7 Flutter-v3.7
New release of flutter v3.7.
2023-02-11
TalentOrg' Interview (remote) TalentOrg' Interview (remote)
Interview notes, purely algorithmic.
2023-01-28
1 / 3