-
Updated
Mar 4, 2020
algorithms
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Here are 9,759 public repositories matching this topic...
-
Updated
Mar 4, 2020 - Java
- We have BFS and DFS images in both Breadth First Traversal and Depth First Traversal. We should have illustrations in the respective sections.
Hey Yangshun,
Thanks for the great list of guides!
I found the explanation for Snake game bit difficult to follow and I came across this interesting and better explanantion here https://www.youtube.com/watch?v=AaGK-fj-BAM
-
Updated
Mar 4, 2020 - Swift
There should be a README file for each type of design pattern which should include the following points-
- Description of the design pattern
- Common use cases of that design pattern
- Explanation of the code
-
Updated
Mar 4, 2020
-
Updated
Mar 4, 2020 - Java
There are 2 places we are using BufferBlock<T> today:
We should consider replacing this depende
-
Updated
Mar 4, 2020 - Python
-
Updated
Mar 4, 2020 - Jupyter Notebook
-
Updated
Mar 4, 2020 - Java
-
Updated
Feb 29, 2020 - C#
-
Updated
Mar 4, 2020 - JavaScript
Notepad++界面的GIF需要处理
没错,我来杠自己写的文章【滑稽】
刚刚翻了一下Notepad++ - OI Wiki这个页面,发现GIF或许有碍阅读,一个GIF加载需要较长时间,对于网速慢的同学就是一场灾难
目前可以考虑在GIF之外再写一遍文字,但是GIF还是会占用加载时间;或者页面只保留文字,给一个GIF的链接;再不济只保留文字,删去GIF
欢迎投票:)
-
Updated
Mar 2, 2020 - Python
-
Updated
Mar 4, 2020 - Jupyter Notebook
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
-
Updated
Mar 4, 2020
steps to reproduce
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
For a university school project I will be making some edits to your documentation which will aim to make writing more technical
Please add edits if you would like :)
-
Updated
Mar 3, 2020 - Java
-
Updated
Mar 1, 2020 - JavaScript
-
Updated
Mar 4, 2020 - Java
Extra LpNorm
The LPNorm here is extraneous as an LpNorm is already included in the FeaturizeText by default:
https://github.com/dotnet/machinelearning-samples/blob/c3b14f76b1fd88eb75015cb1198da52ec17c967d/samples/csharp/getting-started/BinaryClassification_SpamDetection/SpamDetectionConsoleApp/Program.cs#L41-L49
If you want it to be explicit, you can call out the LpNorm within the FeaturizeText options, b
-
Updated
Mar 4, 2020 - Java
- Wikipedia
- Wikipedia

https://github.com/trekhleb/javascript-algorithms/blob/master/src/algorithms/sets/cartesian-product/cartesianProduct.js#L8
I think it makes more sense to return an empty array