V.Lo Notes

I write down what I've learned


  • Home

  • About

  • Tags

  • Categories

  • Archives

[Leetcode]66. Plus One

Posted on 2021-07-18 | Edited on 2022-04-29 | In Leetcode | Comments: 0

66. Plus One

題目連結
難易度:Easy

Given a non-empty array of decimal digits representing a non-negative integer, increment one to the integer.
The digits are stored such that the most significant digit is at the head of the list, and each element in the array contains a single digit.
You may assume the integer does not contain any leading zero, except the number 0 itself.

Read more »

[Leetcode]67. Add Binary

Posted on 2021-07-18 | Edited on 2022-04-29 | In Leetcode | Comments: 0

67. Add Binary

題目連結
難易度:Easy

Given two binary strings a and b, return their sum as a binary string.

Read more »

[Leetcode]2.Add Two Numbers

Posted on 2020-12-25 | Edited on 2022-04-29 | In Leetcode | Comments: 0

2.Add Two Numbers

題目連結
難易度:Medium

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list.
You may assume the two numbers do not contain any leading zero, except the number 0 itself.

Read more »

Javascript30-Day30-打地鼠遊戲

Posted on 2018-11-07 | Edited on 2022-04-26 | In JavaScript30 | Comments: 0

30 Whack A Mole

筆記

DEMO
GitHub

實作一個打地鼠遊戲!

Read more »

JavaScript30-Day29-實作一個精準的倒數計時器

Posted on 2018-10-31 | Edited on 2022-04-26 | In JavaScript30 | Comments: 0

29 Countdown Timer

筆記

DEMO
GitHub

實作一個倒數計時碼表

Read more »

TS 基礎用法與學習紀錄

Posted on 2018-10-14 | Edited on 2022-04-26 | In TypeScript | Comments: 0

之前讀書會分享的 TS 紀錄也同步在部落格放一份方便日後新增。

環境建立

1
npm install -g typescript
Read more »

JavaScript30-Day28-製作可調整影片速度的 bar

Posted on 2018-10-01 | Edited on 2022-04-26 | In JavaScript30 | Comments: 0

28 Video Speed Controller

筆記

DEMO
GitHub

製作可調整影片速度的 bar

Read more »

JavaScript30-Day27-製作可拖拉滑動的區塊

Posted on 2018-09-30 | Edited on 2022-04-26 | In JavaScript30 | Comments: 0

27 - Click and Drag

筆記

DEMO
GitHub

製作可拖拉滑動的區塊

Read more »

JavaScript30-Day26-製作 nav bar 選單

Posted on 2018-09-15 | Edited on 2022-04-26 | In JavaScript30 | Comments: 0

26 - Stripe Follow Along Nav

筆記

DEMO
GitHub

製作跟隨滑鼠顯示並自適應寬高的 Nav bar 選單

Read more »

JavaScript30-Day25-DOM事件傳遞機制

Posted on 2018-09-10 | Edited on 2022-04-26 | In JavaScript30 | Comments: 0

25 - Event Capture, Propagation, Bubbling and Once

筆記

DEMO
GitHub

探討 DOM 的事件傳遞機制 Event Capture, Propgation, Bubbling and Once

Read more »
12…7
Vic Lo

Vic Lo

61 posts
11 categories
36 tags
GitHub
© 2022 Vic Lo
Powered by Hexo v3.7.1
|
Theme – NexT.Gemini v6.4.0