2501 Commits

Author SHA1 Message Date
f1aceea732 Enhance class & function documentation in CircularBuffer.java (#5582) 2024-10-15 14:37:35 +03:00
640d823580 Add tests, remove main in PalindromePrime (#5773) 2024-10-15 13:29:37 +03:00
9f5478f599 Fix a wrong comment in the tree postorder traversal (#5774) 2024-10-15 13:26:10 +03:00
be70801aa2 feat: add bresenham's line drawing algorithm (#5779) 2024-10-15 09:12:58 +00:00
32bf532133 refactor: Enhance docs, add more tests in ArrayCombination (#5841) 2024-10-15 08:59:16 +00:00
adf21ab0c8 feat: Add CelebrityFinder new algorithm with Junit tests (#5756) 2024-10-15 08:48:48 +00:00
776946e165 feat: Add MinStackUsingTwoStacks new algorithm with Junit tests (#5758) 2024-10-15 11:12:50 +03:00
30504c179e Add MinStackUsingSingleStack algorithm (#5759) 2024-10-15 08:36:22 +03:00
8886e0996a style: include OCP_OVERLY_CONCRETE_PARAMETER (#5833) 2024-10-14 23:46:28 +03:00
3af4cfd7c8 Add SumOfOddNumbers (#5730) 2024-10-14 23:02:40 +03:00
6ef1f7ca01 Add tests, remove main in ThreeSumProblem (#5781) 2024-10-14 17:56:05 +00:00
1dfa2e571b feat: Add ConvexHull new algorithm with Junit tests (#5789) 2024-10-14 17:51:59 +00:00
bcf4034ce5 Add tests, remove main in WordBoggle (#5782) 2024-10-14 11:27:06 +00:00
8d8834987a Add tests, remove main in EulerMethod (#5771) 2024-10-14 11:10:18 +00:00
e19378d56c Add tests, remove main in RangeInSortedArray (#5778) 2024-10-14 10:48:55 +00:00
9c76b30271 Add tests for Convolution (#5766) 2024-10-14 11:55:15 +03:00
85b3b1dfbe Add disk scheduling algorithms (#5748) 2024-10-14 11:22:30 +03:00
e9b897bdeb Add PhoneticAlphabetConverter (#5752) 2024-10-14 10:44:58 +03:00
5a710ea61f Add EndianConverter algorithm (#5751) 2024-10-14 10:39:58 +03:00
40f2d0cf8e Add MorseCodeConverter algorithm (#5749) 2024-10-14 10:28:25 +03:00
3401c003bd Add TilingProblem algorithm (#5746) 2024-10-14 10:11:21 +03:00
1e01ec5233 Add CountingInversions algorithm (#5745) 2024-10-14 10:02:55 +03:00
0020ab2a9a Add LotteryScheduling algorithm (#5656) 2024-10-14 09:57:55 +03:00
213fd5a493 Add NonPreemptivePriorityScheduling algorithm (#5535) 2024-10-14 00:05:12 +03:00
c301fec0ac style: enable TodoComment in checkstyle (#5785)
* style: enable TodoComment in checkstyle

* style: remove redundant blank line

---------

Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
2024-10-13 20:38:01 +02:00
ebc3cd2233 style: resolve some FCBL_FIELD_COULD_BE_LOCAL warnings (#5764)
style: make simple fields local
2024-10-13 15:16:10 +00:00
9b52ac9633 feat: Add IPConverter new algorithm with Junit tests (#5750) 2024-10-13 11:30:27 +00:00
e291516dc9 Refactor BCD Conversion docs and add more tests (#5762) 2024-10-13 11:20:20 +00:00
bae7f89156 feat: Add PrefixEvaluator new algorithm with Junit tests (#5755) 2024-10-13 10:57:05 +00:00
b0c8a8f0ce feat: Add PostfixEvaluator new algorithm with Junit tests (#5754) 2024-10-13 10:50:31 +00:00
596c6147af Add function documentation, enhance comments in TowerOfHanoi.java (#5533) 2024-10-13 12:30:53 +03:00
6af7f7b126 Add Xs3Conversion algorithm (#5743) 2024-10-13 11:30:09 +03:00
6682c7c76e Add BcdConversion algorithm (#5742) 2024-10-13 09:22:57 +03:00
4a03f42061 Add algo for BooleanGateslogic (#5717) 2024-10-12 20:58:52 +02:00
1617ed1368 feat : new bit manipulation algo FindNthBit of a number (#5731)
* feat : new algo uniquesubseqcount

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCount.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCountTest.java

* Update UniqueSubsequencesCount.java

* feat : new bitmanipulation algo

* feat :  new bit algo

* Update FindNthBitTest.java

* Update FindNthBit.java

---------

Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
2024-10-12 20:47:42 +02:00
ac65af44c9 Add Johnson's algorithm (#5712) 2024-10-12 10:44:41 +03:00
31de2db0ae Add fast exponentiation algorithm (#5715) 2024-10-12 10:39:05 +03:00
f8397bf09b Add ADFGVX Cipher (#5631) 2024-10-12 10:34:49 +03:00
8722598434 Add ParityCheck algorithm (#5704) 2024-10-12 10:28:42 +03:00
e263edcfe0 Add QuadTree data structure (#5681) 2024-10-12 10:23:41 +03:00
e38611e9db Optimize and Format Knapsack Memoization Algorithm (#5685) 2024-10-12 07:11:25 +00:00
b81671e66d Add tests, remove main in LowerBound (#5672) 2024-10-12 10:04:54 +03:00
138793df1d Improve docs, remove main, add tests for `MatrixChainRecursiveTopDo… (#5659) 2024-10-12 09:51:41 +03:00
eba6823c3a Add HigherLowerPowerOfTwo algorithm (#5707) 2024-10-12 09:45:28 +03:00
4d6dd13b56 Add BinaryPalindromeCheck algorithm (#5708) 2024-10-12 09:36:29 +03:00
bf0377f44b Add HammingDistance algorithm (#5706) 2024-10-12 09:31:04 +03:00
c0ffbb0e45 Add GrayCodeConversion algorithm (#5705) 2024-10-12 09:26:04 +03:00
b8633ad14c feat: Add countLeadingZeros new algorithm with Junit tests (#5703) 2024-10-12 09:19:55 +03:00
966b4e369d feat: Add ClearLeftmostSetBit new algorithm with Junit tests (#5702) 2024-10-12 09:00:12 +03:00
2a167f4bc3 Add tests Sudoku (#5722)
* Add tests Sudoku

* Fix

* Update file

---------

Co-authored-by: Giulio Tantaro <giulio.tantaro@codeploy.it>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
2024-10-11 22:21:13 +03:00