-
Updated
Dec 29, 2020
algorithms
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Here are 14,153 public repositories matching this topic...
-
Updated
Dec 29, 2020 - Java
-
Updated
Dec 29, 2020 - JavaScript
-
Updated
Dec 28, 2020
-
Updated
Dec 26, 2020 - Java
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 27, 2020 - Java
-
Updated
Dec 23, 2020 - Swift
-
Updated
Nov 20, 2020 - Java
-
Updated
Dec 17, 2020 - Python
-
Updated
May 3, 2020
-
Updated
Nov 23, 2020
-
Updated
Dec 26, 2020 - Go
-
Updated
Oct 4, 2020 - Java
-
Updated
Dec 10, 2020 - Java
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Dec 23, 2020 - Python
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
When changing AveragedPerceptron's default number of iterations from 1 to 10 in dotnet/machinelearning#5258, we missed one.
The main interface continues to default to 1 iteration:
Previous issues:
-
Updated
Apr 21, 2020 - Python
-
Updated
Dec 29, 2020
-
Updated
Oct 13, 2020
Tick-Tack-Toe game is not working for exception part
Description
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Expected Behavior
-
Updated
Aug 26, 2020 - C#
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Jul 12, 2019 - Jupyter Notebook
-
Updated
Nov 14, 2020 - Go
-
Updated
Dec 23, 2020 - Python
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.
- Wikipedia
- Wikipedia
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist