Commit Graph

8 Commits

Author SHA1 Message Date
Saahil Mahato
7cf568c975 Add midpoint circle algorithm (#5868) 2024-10-26 11:50:33 +00:00
Saahil Mahato
70adf6f223 Add midpoint ellipse algorithm (#5870) 2024-10-26 09:49:10 +00:00
Saahil Mahato
be70801aa2 feat: add bresenham's line drawing algorithm (#5779) 2024-10-15 09:12:58 +00:00
Hardik Pawar
1dfa2e571b feat: Add ConvexHull new algorithm with Junit tests (#5789) 2024-10-14 17:51:59 +00:00
Piotr Idzik
f010a47608 chore: enforce InsertNewlineAtEOF in clang-format (#4343)
* style: insert newline at eof

* style: use `InsertNewlineAtEOF` in `clang-format`

* fix: use `clang-format-16`

* chore: update clang-format-lint-action to v0.16.2

---------

Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
2023-09-01 04:10:46 +00:00
acbin
415a04ea7f Add automatic linter (#4214) 2023-06-09 20:05:14 +08:00
acbin
00282efd8b style: format code (#4212)
close #4204
2023-06-09 18:52:05 +08:00
Stronshade
6d13d95e41 Graham scan algorithm (#3903)
* Added Graham scan algorithm #3894

* Added Graham scan algorithm (#3894)

---------

Co-authored-by: Stronshade <diegobrocker1999@gmail.com>
2023-02-25 18:31:51 +05:30