-
Updated
Feb 21, 2021
algorithms
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Here are 14,996 public repositories matching this topic...
-
Updated
Mar 2, 2021 - Java
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Feb 20, 2021
-
Updated
Feb 4, 2021 - Java
-
Updated
Mar 2, 2021 - JavaScript
update README.md
-
Updated
Nov 20, 2020 - Java
-
Updated
Feb 26, 2021 - Swift
-
Updated
Jan 16, 2021
-
Updated
Feb 9, 2021 - Python
-
Updated
May 3, 2020
-
Updated
Mar 2, 2021 - Go
Create N-bonacci.cpp
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist
- Added description
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
-
Updated
Feb 9, 2021 - Java
-
Updated
Dec 10, 2020 - Java
bitmap/bit array
-
Updated
Sep 27, 2019 - Jupyter Notebook
-
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
Feb 23, 2021
-
Updated
Mar 2, 2021
-
Updated
Apr 21, 2020 - Python
-
Updated
Aug 26, 2020 - C#
-
Updated
Feb 11, 2021 - JavaScript
-
Updated
Jul 12, 2019 - Jupyter Notebook
-
Updated
Feb 28, 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
Description
Remove developemt branch instruction form
README.md
. It was earlier decided to wrap the complete repository into a Java Project. But this idea is not suitable, The sole purpose of this organisation is to serve for educational purpose. Therefore, we want each and every file to be independent from other files.