geometry
Here are 1,169 public repositories matching this topic...
-
Updated
Nov 2, 2020 - C++
-
Updated
Nov 5, 2020 - C
-
Updated
Nov 6, 2020 - C++
-
Updated
Aug 17, 2020 - C
-
Updated
Nov 2, 2020 - TypeScript
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
Oct 16, 2020 - C++
-
Updated
Jul 17, 2020 - PHP
-
Updated
Oct 23, 2020 - Python
-
Updated
Oct 20, 2020 - C++
-
Updated
Sep 6, 2020 - C++
-
Updated
Aug 26, 2019 - Java
-
Updated
Nov 5, 2020 - Python
-
Updated
Oct 25, 2019 - Shell
-
Updated
Apr 12, 2020 - C++
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Apr 17, 2019 - JavaScript
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 5, 2020 - PHP
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
Oct 27, 2020 - C++
-
Updated
Jan 24, 2020 - C
There are several ValueErrors, NotImplementedErrors, etc, across the codebase.
We should create a mechanism to get clean, and uniform error messages.
Improve this page
Add a description, image, and links to the geometry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geometry topic, visit your repo's landing page and select "manage topics."


Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.