mathematics
Here are 3,606 public repositories matching this topic...
Welcome to JavaScript community
Describe your change:
- Add an algorithm?
- Fix a bug or typo in an existing algorithm?
- Documentation change?
Checklist:
- I have read CONTRIBUTING.md.
- This pull request is all my own work -- I have not plagiarized.
- I know that p
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
-
Updated
Mar 9, 2021
bitmap/bit array
-
Updated
Mar 11, 2021 - C++
-
Updated
Mar 15, 2021 - TypeScript
-
Updated
Mar 13, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Mar 10, 2021 - JavaScript
-
Updated
Mar 12, 2021 - JavaScript
-
Updated
Nov 25, 2020 - TeX
-
Updated
Mar 7, 2021
-
Updated
Jan 30, 2021 - PHP
-
Updated
Nov 5, 2020
-
Updated
Mar 14, 2021 - Python
RDF::Mean() uses plain doubles. That's better than float, but far from stable. When you run with IMT, it's actually more accurate than without, because less numbers go into one accumulator, and each running sum remains smaller. So IMT/NoIMT can break your tests (even different TBB scheduling does).
It was creating problems already in this simple test (note that the precision threshold for tes
-
Updated
Dec 29, 2020 - Java
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Mar 14, 2021
The igraph tutorial (here online, source file here) should be reviewed:
- Is it up to date?
- Is it understandable by a newcomer?
- Are essential points unexplained or missing?
Ideally, this should be done by someone who is new to using igraph, to get a fresh perspective. Th
-
Updated
Mar 11, 2021 - Python
-
Updated
Mar 14, 2021 - Jupyter Notebook
-
Updated
Sep 1, 2018 - Jupyter Notebook
-
Updated
Mar 15, 2021 - TypeScript
-
Updated
Mar 12, 2021 - Jupyter Notebook
-
Updated
Mar 13, 2021 - Python
Improve this page
Add a description, image, and links to the mathematics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mathematics topic, visit your repo's landing page and select "manage topics."
This Pull Request is for HacktoberFest 2020
Description of Change
Checklist