mathematics
Here are 3,234 public repositories matching this topic...
-
Updated
Sep 12, 2020
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.
Tick-Tack-Toe game is not working for exception part
Description
Else part on line 247 takes you to infinite loop on getting any char value as input for position.
Expected Behavior
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
Nov 9, 2020 - C++
-
Updated
Oct 5, 2020 - Python
-
Updated
Feb 6, 2020
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Oct 19, 2020 - TeX
-
Updated
Oct 26, 2020
-
Updated
Oct 23, 2020 - PHP
-
Updated
Nov 7, 2020 - Python
-
Updated
Nov 5, 2020
-
Updated
Jul 9, 2020 - Java
-
Updated
Oct 29, 2020 - JavaScript
Multiple constructors in TString can drop segfaults with formally valid arguments,
e.g.
Ssiz_t l=-5;
TString* a= new TString('a',l);
Expected behavior
No segfaults. Create an empty string if meaningless arguments are given.
To Reproduce
Ssiz_t l=-5;
TString* a= new TString('a',l);
-
Updated
Nov 11, 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
Nov 10, 2020 - Python
-
Updated
Nov 10, 2020 - Jupyter Notebook
-
Updated
Sep 1, 2018 - Jupyter Notebook
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Nov 11, 2020 - Jupyter Notebook
-
Updated
Nov 5, 2020 - 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