Syed Rizvi
|
f9efd382d1
|
Fix: Replaced removeLast() with remove(current.size() - 1) (#6152)
Fix: Replaced removeLast() with remove(current.size() - 1) for compatibility with ArrayList
|
2025-01-26 18:28:49 +01:00 |
|
Hardik Pawar
|
32bf532133
|
refactor: Enhance docs, add more tests in ArrayCombination (#5841)
|
2024-10-15 08:59:16 +00:00 |
|
yuvashreenarayanan3
|
f83bb659ba
|
refactor: redesign ArrayCombination (#5181)
* Related to #5164 (Redesign of ArrayCombination)
* Checkstyle fix
* Clang_format
* refactor: cleanup
---------
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
Co-authored-by: vil02 <vil02@o2.pl>
|
2024-07-10 19:20:32 +02:00 |
|
Piotr Idzik
|
d3bb691f59
|
style: enable HideUtilityClassConstructor in checkstyle (#5147)
|
2024-05-08 09:58:29 +03: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 |
|
Ranjeet Kumar Jena
|
1afc4cc319
|
Make code more idiomatic (#4249)
|
2023-07-23 13:51:52 +03:00 |
|
acbin
|
00282efd8b
|
style: format code (#4212)
close #4204
|
2023-06-09 18:52:05 +08:00 |
|
Enrique Clerici
|
a7e76c57a0
|
feat: Backtracking algorithms (All combinations) #3912 (#3917)
* ArrayCombination function which uses Combination.java by creating an array of 1 to n
* modified tests
|
2023-03-11 02:59:49 +05:30 |
|