TheAlgorithms-C-Plus-Plus/numerical_methods
Lajat5 ea76786f12
feat: Added Graham Scan Algorithm. (#1836)
* Implementated Grahamscan Algorithm for Convex Hull

* Update graham_scan_algorithm.cpp

* Update graham_scan_functions.h

* Update graham_scan_algorithm.cpp

* Update graham_scan_functions.h

* Update graham_scan_algorithm.cpp

* Update and rename graham_scan_functions.h to graham_scan_functions.hpp

* Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_functions.hpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_functions.hpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for e89e4c8c

* clang-format and clang-tidy fixes for 7df4778f

* Fix #1

* Update graham_scan_functions.hpp

* Delete composite_simpson_rule.cpp

* Delete inverse_fast_fourier_transform.cpp

* Fix #2

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for 69b6832b

* Fix #3

* clang-format and clang-tidy fixes for 1c05ca7c

* Update graham_scan_functions.hpp

* Fix #4

* clang-format and clang-tidy fixes for 2957fd21

* Create composite_simpson_rule.cpp

* updating DIRECTORY.md

* Create inverse_fast_fourier_transform.cpp

* updating DIRECTORY.md

* clang-format and clang-tidy fixes for 405d21a5

* clang-format and clang-tidy fixes for 333ef5ca

* Update geometry/graham_scan_functions.hpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_functions.hpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update geometry/graham_scan_algorithm.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>

* clang-format and clang-tidy fixes for ee4cb635

* Update graham_scan_algorithm.cpp

* Update graham_scan_functions.hpp

* clang-format and clang-tidy fixes for f2f69234

* Update graham_scan_functions.hpp

* Create partition_problem.cpp

* Update partition_problem.cpp

* Delete partition_problem.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2021-11-14 10:56:46 -06:00
..
babylonian_method.cpp fix: CodeQL warnings (#1827) 2021-11-07 11:49:33 -06:00
bisection_method.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
brent_method_extrema.cpp removed scaling during assert checks 2020-06-21 23:08:53 -04:00
CMakeLists.txt Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
composite_simpson_rule.cpp fix: CodeQL warnings (#1827) 2021-11-07 11:49:33 -06:00
durand_kerner_roots.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
false_position.cpp feat: Add ncr mod p code (#1325) 2020-11-22 23:05:01 +05:30
fast_fourier_transform.cpp fix: CodeQL warnings (#1827) 2021-11-07 11:49:33 -06:00
gaussian_elimination.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
golden_search_extrema.cpp added see-also reference to brents method 2020-06-21 22:28:50 -04:00
inverse_fast_fourier_transform.cpp feat: Added Graham Scan Algorithm. (#1836) 2021-11-14 10:56:46 -06:00
lu_decompose.cpp fix documentation 2020-06-25 18:01:41 -04:00
lu_decomposition.h fix documentation 2020-06-25 18:01:41 -04:00
midpoint_integral_method.cpp feat: Created midpoint integration numerical method (#1785) 2021-11-01 07:56:40 -06:00
newton_raphson_method.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
ode_forward_euler.cpp [cpp fixes] tidied up code based on error reports by clang-tidy (#950) 2020-07-13 07:52:38 -04:00
ode_midpoint_euler.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
ode_semi_implicit_euler.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
qr_decompose.h Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
qr_decomposition.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
qr_eigen_values.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30
rungekutta.cpp feat: Add ncr mod p code (#1325) 2020-11-22 23:05:01 +05:30
successive_approximation.cpp Major rework to improve code quality and add automation checks (#805) 2020-06-19 21:34:56 +05:30