mathematics
Here are 3,575 public repositories matching this topic...
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
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
-
Updated
Jan 20, 2021
bitmap/bit array
-
Updated
Mar 2, 2021 - C++
Currently we've implemented a bunch of functions and constraints in a "lazy evaluation" fashion, i.e., whenever we need something for a Style program, we implement it in Penrose. We're getting to the point where we should really have a more complete/comprehensive list (e.g., that users can call at will).
How do we come up with this list? One natural idea is to simply pick some libraries, and
-
Updated
Mar 5, 2021 - Python
-
Updated
Feb 6, 2020
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Mar 5, 2021 - JavaScript
-
Updated
Nov 25, 2020 - TeX
-
Updated
Feb 11, 2021
-
Updated
Jan 30, 2021 - PHP
-
Updated
Nov 5, 2020
-
Updated
Feb 7, 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 6, 2021
What is the feature or improvement you would like to see?
Two qsort-compatible functions that can do lexicographic comparison of igraph_vector_(whatever)_t objects. One should do it the standard way, the other should effectively consider the reverse of each vector.
Use cases for the feature
Canonicalizing the output of some functions, canonicalizing results in unit tests.
Why t
-
Updated
Mar 5, 2021 - Python
-
Updated
Mar 5, 2021 - Jupyter Notebook
-
Updated
Sep 1, 2018 - Jupyter Notebook
-
Updated
Mar 5, 2021 - TypeScript
-
Updated
Mar 5, 2021 - Jupyter Notebook
-
Updated
Mar 5, 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