May 22, 2023

Missing triangle in BVH

Recently I was applying Bounding Volume Hierachy to a Whi...

三月 23, 2023

雨滴合成器/A Raindrop Synthesizer

​ 这学期的Audio Programming课写了一个雨滴合成器作为最终作业,期间因为种种原因代码改了好几个版本,现在的版本效果算是差强人...

一月 17, 2022

Point Matching - Voting Tree

Chapter 1: IntroductionPoint Matching Problem:Given two polygons (each is def...

一月 14, 2022

1345. Jump Game IV

Description:Given an array of integers arr, you are initially positioned at t...

一月 07, 2022

1463. Cherry Pickup II

Description:You are given a rows x cols matrix grid representing a field of c...

一月 01, 2022

折叠表达式(Fold Expression),低速下脚现代C++ Chapter 2 Exercise

折叠表达式(Fold Expression):低速下脚现代C++ Chapter 2 Exercise最近在看高速上手现代C++,这是一本很不错的书,作者...

十一月 15, 2021

382. Linked List Random Node

Description:Given a singly linked list, return a random node’s value from the...

十月 08, 2021

thread and process

Thread smallest sequence of programmed instructions that can be managed indep...

九月 30, 2021

98.Validate Binary Search Tree

Description:Given the root of a binary tree, determine if it is a valid binar...

九月 22, 2021

121.Buy And Sell Stock

Description:You are given an array prices where prices[i] is the price of a g...

Click for more