-
### LeetCode Username
Chaitanya_2005
### Problem Number, Title, and Link
283. Move Zeroes https://leetcode.com/problems/move-zeroes
### Bug Category
Missing test case *(Incorrect/Inefficient Code…
-
# 本周重点学习知识点
Trie树、AC自动机、贪心算法、分治算法、回溯算法、动态规划
# 要求
1. 每周至少完成给定题目中的两道算法题
2. 围绕每周重点学习的算法知识点,撰写一篇有观点和思考的技术文章(字数不限)
# 注意事项
1. 下面列出的题目中,按照知识点进行了简单分类,但并不意味着使用相应的数据结构或算法一定是解决该题目的最优解,这样分类只是为了方便大…
-
### LeetCode Username
Java_Programmer_Ujjwal
### Problem Number, Title, and Link
3027. Find the Number of Ways to Place People II
### Bug Category
Problem constraints
### Bug Descrip…
-
**next_permutation**
next_permutation(start,end)和prev_permutation(start,end)两个函数的作用是一样的,区别在于前者求的是当前排列的下个排列,后一个求的是当前排列的上一个排列。
**for(auto i:v)**
C++11的新特性,相当于java中的for each,v是一个可遍历的容器或者留,比如vect…
-
# 第一周学习笔记
## 数据结构与算法初识
之前也曾尝试过学习算法,但总是半途而废。每次打开《算法导论》,看着密集的数学公式,很快就昏错欲睡。
这次通过学习覃超老师的课程,发现原来是自己的方法不对。
算法与数据结构,确实与平时在工作写的代码不太一样,但其实也没有那难,主要还是理解和运用,
理解,就是多看别人的代码和解法,运用,先试着用别人的解题思路去解题,即使不能完全理解,先照着抄…
-
### LeetCode Username
muhafiz5814
### Problem Number, Title, and Link
20. Valid Parentheses https://leetcode.com/problems/valid-parentheses/description/
### Bug Category
Incorrect test case *(Out…
-
Hi, was just skimming through your repo. and the quizzes section and I found it doesn't have divide and conquer, greedy, HashMap and HashSet, Priority Queue, stack and queues quiz. I am a DSA enthusia…
-
Subscribe to this issue and stay notified about new [daily trending repos in Shell](https://github.com/trending/shell?since=daily)!
-
Running a Java program with an x64 JVM, Box64 would crash at `TEST Ed, Gd`.
**Box64 LOG**
```
$ ./run.sh
+ BOX64_NOSIGSEGV=1
+ BOX64_LOG=1
+ BOX64_DLSYM_ERROR=1
+ BOX64_TRACE_XMM=1
+ BOX64_J…
-
| | |
| --- | --- |
| Bugzilla Link | [40913](https://llvm.org/bz40913) |
| Version | trunk |
| OS | Linux |
| CC | @devincoughlin,@LebedevRI,@haoNoQ |
## Extended Description
Hi,
Bug reported by…