-
这里记录出过的算法题
-
Type: Bug
when i print log in debug console
ansi color code can not print right.
like this
2024-10-09T16:03:41+08:00[36m [INFO] [file:router.go:37] [0mStart app at 0.0.0.0:9898
VS Code versi…
-
There is a better solution for the TwoSum problem than the hashmap solution. Sure hashmap is fine and meets the desired output. however it can be completely eliminated as such. The techinque employ…
-
The idea is to create an automation scipt.
So, after a session, this script will be executed locally.
And it will perform the following simple things:
1. Make a new table as per the standard
2. Fi…
-
![image](https://user-images.githubusercontent.com/22701807/127459039-e70491b0-c3bb-4992-8a55-08eadd12b415.png)
-
Just go to [leetcode](https://leetcode.com/problemset/), click any problem, you will see. It should has a format button like circled on the top right in the screenshot. Chrome/FIrefox/Edge displays c…
-
以前的相关题目记录:
Weekly Contest : https://github.com/caipengbo/AlgoEx/issues/2
剑指offer: https://github.com/caipengbo/Coding-Interviews/issues/33
-
Current version V0-3(Not ready for posting yet)
Please comment with suggestions or issues.
------------------------------------------------------------
{Metainfo(Do not include in post):
We need…
-
### Share your progress and tweet link:
- Day 1 tweet
-https://twitter.com/anthony_stark21/status/1422004147910369282?s=20
- Description
-• Reviewing some topics in data structures and algor…
-
地上有一个m行n列的方格,从坐标 [0,0] 到坐标 [m-1,n-1] 。一个机器人从坐标 [0, 0] 的格子开始移动,它每次可以向左、右、上、下移动一格(不能移动到方格外),也不能进入行坐标和列坐标的数位之和大于k的格子。例如,当k为18时,机器人能够进入方格 [35, 37] ,因为3+5+3+7=18。但它不能进入方格 [35, 38],因为3+5+3+8=19。请问该机器人能够到达多少…