leetcode with python:19. Remove Nth Node From End of List

题目: Given the head of a linked list, remove the nth node from the end of the list and return its head. 给定一linked list和一数n,将此linked list的倒数第n个node移除 这题我有想出两
决定MRP 计算方法 Part1

决定MRP 计算方法 Part1 说起MRP程式设计,说複杂也很複杂,说简单也很简单。以複杂面来说读者只要在Google 搜寻 MPR计算方法,马上就会出现一堆结果,但读者看
leetcode with python:389. Find the Difference

题目: You are given two strings s and t. String t is generated by random shuffling string s and then add one more letter at a random position. Return the letter that was added to t. 给定两字串s和
leetcode with python:22. Generate Parentheses

题目: Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. 给定一数n,回传所有n个括号的排列可能(括号需有对应,像)(就不行) 我发
在 Firefox Ubuntu 启用影片解码硬体加速功能

播放影片时,在 GPU 硬体影片解码器的协助下,可以降低 CPU 的负载,同时会比软体更有能源效率。 虽然在同样的硬体环境下,使用 chromeOS Flex 有硬体解码
leetcode with python:24. Swap Nodes in Pairs

好耶不知不觉就来到第100篇文了 之后medium题的占比会越来越高吧 庆祝一下就来继续写文了XD 希望未来也能继续持续下去 题目: Given a linked list, swap every tw
leetcode with python:392. Is Subsequence

题目: Given two strings s and t, return true if s is a subsequence of t, or false otherwise. A subsequence of a string is a new string that is formed from the original string by deleting some (can be
leetcode with python:401. Binary Watch

题目: A binary watch has 4 LEDs on the top to represent the hours (0-11), and 6 LEDs on the bottom to represent the minutes (0-59). Each LED represents a zero or one, with the least significant bit o
Shopee api 2.0 串接工具分享

请商家授权并取得AccessToken的步骤理论上只需要做一次,小弟简单的做了一下这个步骤分享给大家使用。 再取得AccessToken与RefreshToken后就是每次调用Api前都
关于 clock tree synthesis (CTS) 的整理

CTS 是甚么 ? 全名为 clock tree synthesis,旨在将外部 clock 妥善分配给内部的各个元件。由于 CTS 需要精确各元件的位置以计算準确的延迟与可运行频率,且 c
FIR 相关论文评论

FIR FIR 是甚么 全名为 Finite Impulse Response,指输入讯号的脉冲响应( $\delta$ 函数的频率响应)会在有限的时间变为0,与 IIR 相反。 IIR 因为包含负回授系统,因