mathematics
Here are 3,178 public repositories matching this topic...
-
Updated
Sep 12, 2020
Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.
Description of Change
- adding new feature - articulation point algorithm. In a graph, a vertex is called an articulation point if removing it and all the edges associated with it results in the increase of the number of connected components in the graph. For example consider the graph given in following figure.
- moving the GraphRep struct from Graph.c to Graph.h
References
<!
Since we migrated from the Haskell runtime (what's in master now) to a React + Typescript runtime that's part of the frontend (what's in web-runtime now), a lot of the example domains we implemented for the paper need to be ported to the new runtime.
This is high-priority for us since it will enable us to test that the new runtime is at parity, and start c
-
Updated
Oct 4, 2020 - C++
-
Updated
Oct 5, 2020 - Python
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Feb 6, 2020
-
Updated
Sep 19, 2020 - TeX
-
Updated
Aug 5, 2020
-
Updated
Oct 14, 2020 - PHP
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 14, 2020
-
Updated
Jul 9, 2020 - Java
-
Updated
Oct 6, 2020 - JavaScript
Explain what you would like to see improved
We had CI builds stuck in downloading dependencies, e.g. VecCore. That should timeout.
Optional: share how it could be improved
Add the TIMEOUT parameter to all ExternalProject calls downloading sources.
-
Updated
Oct 14, 2020
There are multiple graph generators that currently do not check their input for validity.
These need to be fixed:
-
callaway_traits_game -
establishment_game
The following functions have been verified to check their arguments properly:
forest_fire_game
Please update the lists above as you verify functions or find new ones with problems.
This is marked as
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 13, 2020 - Jupyter Notebook
-
Updated
Sep 1, 2018 - Jupyter Notebook
-
Updated
Oct 15, 2020 - TypeScript
-
Updated
Sep 27, 2020 - Jupyter Notebook
pi_1(circle, pt) = Z
There is now a type circle in UniMath.SyntheticHomotopyTheory.Circle2. It would be great to define pi_1 of a pointed type, and to show that pi_1(circle, pt) \simeq Z.
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."
Description of Change
Checklist