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
2kindsofcs
e64e3df18f
fix: CodeQL warnings ( #1827 )
...
* fix: CodeQL warnings
* clang-format and clang-tidy fixes for 4d357c46
* clang-format and clang-tidy fixes for 72322fb7
* accept suggestion
* clang-format and clang-tidy fixes for 9a4dc07c
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-11-07 11:49:33 -06:00
Ameya Chawla
87ef61ae23
feat : Implemented Inverse Fast Fourier Transform ( #1834 )
...
* feat : Implemented Inverse Fast Fourier Transform
Slightly different from fast Fourier transform
Just the om variable declared in line 40 is divided by n
and swapping the testing inputs with testing outputs .
* Update numerical_methods/Inverse_fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update numerical_methods/Inverse_fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* Update numerical_methods/Inverse_fast_fourier_transform.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
* formatting filenames d7f9a946
* updating DIRECTORY.md
* fix : optimized the code
* Apply suggestions from code review
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Ayaan Khan <ayaankhan98@gmail.com>
2021-11-04 00:46:21 +05:30