-
Updated
Mar 29, 2021
algorithms
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Here are 15,328 public repositories matching this topic...
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 29, 2021 - Java
-
Updated
Mar 30, 2021
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Mar 10, 2021 - Java
-
Updated
Mar 30, 2021 - Java
-
Updated
Mar 28, 2021 - Java
-
Updated
Mar 29, 2021 - Swift
-
Updated
Jan 16, 2021
-
Updated
Mar 24, 2021 - Python
-
Updated
May 3, 2020
-
Updated
Mar 29, 2021 - Go
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
bitmap/bit array
-
Updated
Mar 26, 2021 - Java
-
Updated
Dec 10, 2020 - Java
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
Updated
Feb 23, 2021
-
Updated
Feb 9, 2021 - Python
Remove logging line, or modify from ch.Info
to ch.Trace
:
https://github.com/dotnet/machinelearning/blob/5dbfd8acac0bf798957eea122f1413209cdf07dc/src/Microsoft.ML.Mkl.Components/SymSgdClassificationTrainer.cs#L813
For my text dataset, this logging line dumps ~100 pages of floats to my console. That level of verbosity is unneeded at the Info
level.
I'd recommend just removing the loggin
-
Updated
Mar 30, 2021
-
Updated
Apr 21, 2020 - Python
-
Updated
Aug 26, 2020 - C#
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Jul 12, 2019 - Jupyter Notebook
-
Updated
Mar 30, 2021 - Go
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.
-
Updated
Dec 23, 2020 - Python
- Wikipedia
- Wikipedia
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist