Baozi Training Blog (包子IT面试培训博客)
Baozi Training Website (包子IT面试培训网站)
Sunday, September 18, 2022
Leetcode solution 2353. Design a Food Rating System
›
Problem Statement Design a food rating system that can do the following: Modify the rating of a food item listed in the system. Return...
Saturday, July 9, 2022
Leetcode solution 2320. Count Number of Ways to Place Houses
›
Problem Statement There is a street with n * 2 plots , where there are n plots on each side of the street. The plots on each sid...
Thursday, June 23, 2022
Leetcode solution 2304. Minimum Path Cost in a Grid
›
Problem Statement You are given a 0-indexed m x n integer matrix grid consisting of distinct integers from 0 to m * n ...
Monday, February 15, 2021
Leetcode solution 1752. Check if Array Is Sorted and Rotated
›
Problem Statement Given an array nums , return true if the array was originally sorted in non-decreasing order, then rotated som...
Sunday, August 2, 2020
包子聊天系列:中年大叔程序员疫情之后往哪里跳?
›
直接上视频,建议1.5倍速收听😄 油管: https://youtu.be/D2JPb76-l78 B站: https://www.bilibili.com/video/BV1Hv411v7UU/ 【有没有觉得乔杉和习大大有那么一丢丢撞脸呀🤣】
Saturday, July 25, 2020
Leetcode solution 1344. Angle Between Hands of a Clock
›
Problem Statement Given two numbers, hour and minutes . Return the smaller angle (in degrees) formed between the hour and the ...
Friday, July 17, 2020
Leetcode solution 1512. Number of Good Pairs
›
Problem Statement Given an array of integers nums . A pair (i,j) is called good if nums[i] == nums[j] and i < j . R...
›
Home
View web version