15 Commits

Author SHA1 Message Date
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
00282efd8b style: format code (#4212)
close #4204
2023-06-09 18:52:05 +08:00
b6e78a45ac Add Octal To Binary Converter (#4202) 2023-05-30 07:37:50 +00:00
8798e042a8 Refactor BinaryToDecimal class (#4135) 2023-04-03 22:42:50 +08:00
8504e6ad35 Add test case for RomanToInteger (#3686) 2022-10-27 20:42:57 +08:00
23949cac47 Add test case for BinaryToDecimal (#3684) 2022-10-27 20:40:08 +08:00
2c9edc95b8 Add test case for HexaDecimalToBinary (#3683) 2022-10-27 20:34:01 +08:00
838916d8e9 Add test case for hexadecimal to decimal (#3685) 2022-10-27 19:17:38 +08:00
0bed437eb2 Add test case for BinaryToHexadecimal (#3694) 2022-10-27 18:15:39 +08:00
c7b69561a5 Add test case for BinaryToOctal (#3696) 2022-10-27 18:11:16 +08:00
a1a2a849c2 Add test case for DecimalToHexaDecimal (#3697) 2022-10-27 18:07:13 +08:00
b46bf0d9b0 Add test case for OctalToDecimal (#3678) 2022-10-27 00:06:25 +08:00
0bbacb1925 Add test case for OctalToHexadecimal (#3679) 2022-10-27 00:04:26 +08:00
2e25f89c36 Add test case for HexToOct (#3675) 2022-10-26 21:10:25 +08:00
0365afa16a Add test case for IntegerToRoman (#3676) 2022-10-26 21:03:04 +08:00