Commit Graph

13 Commits

Author SHA1 Message Date
Hardik Pawar
3401c003bd Add TilingProblem algorithm (#5746) 2024-10-14 10:11:21 +03:00
Hardik Pawar
1e01ec5233 Add CountingInversions algorithm (#5745) 2024-10-14 10:02:55 +03:00
Hardik Pawar
5c79e5de5d Add MedianOfTwoSortedArrays algorithm (#5554) 2024-10-09 08:56:08 +03:00
Hardik Pawar
dea806ea53 Add tests for ClosestPair.java (#5555) 2024-10-07 12:09:58 +00:00
Hardik Pawar
de22158b80 Add tests for SkylineAlgorithm.java (#5556) 2024-10-04 19:26:18 +03:00
S. Utkarsh
a6e873deef style: enable MemberName in checkstyle (#5193)
* style: enable MemberName in checkstyle

* style: simply uncomment `MemberName`

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
2024-05-29 20:44:14 +00:00
S. Utkarsh
25d711c5d8 style: enable LocalVariableName in CheckStyle (#5191)
* style: enable LocalVariableName in checkstyle

* Removed minor bug

* Resolved Method Name Bug

* Changed names according to suggestions
2024-05-28 20:29:28 +02:00
Godwill Christopher
295e7436b1 style: enable MethodName in CheckStyle (#5182)
enabled: MethodName in CheckStyle
2024-05-27 09:06:06 +02:00
Piotr Idzik
414835db11 style: enable AvoidStarImport in checkstyle (#5141) 2024-05-05 20:48:56 +02: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
Debasish Biswas
315e947c87 Add more tests (#3601) 2022-10-25 12:15:41 +00:00