|
49a87d3b58
|
Add tests for CountFriendsPairing (#5643)
|
2024-10-09 10:08:16 +03:00 |
|
|
4bcab89f05
|
Add JobSchedulingWithDeadline algorithm (#5608)
|
2024-10-09 06:33:39 +00:00 |
|
|
5c79e5de5d
|
Add MedianOfTwoSortedArrays algorithm (#5554)
|
2024-10-09 08:56:08 +03:00 |
|
|
403649d404
|
Update CreateAndDetectLoop with tests (#5561)
|
2024-10-09 05:47:47 +00:00 |
|
|
b54cc21ade
|
Add NumberAppearingOddTimes algorithm (#5633)
|
2024-10-08 21:42:24 +03:00 |
|
|
d437d581f4
|
Remove print & main methods (#5584)
|
2024-10-08 21:07:46 +03:00 |
|
|
ecd75c0c2e
|
Add CrosswordSolver algorithm (#5626)
|
2024-10-08 21:00:02 +03:00 |
|
|
435532fb7b
|
Add WordPatternMatcher algorithm (#5627)
|
2024-10-08 20:45:17 +03:00 |
|
|
d3bd2874c8
|
Add StackUsingTwoQueues algorithm (#5625)
|
2024-10-08 20:37:10 +03:00 |
|
|
136e0e23a4
|
Add SortStack algorithm (#5624)
|
2024-10-08 19:17:56 +03:00 |
|
|
0d68b655d2
|
feat : new dp algo added UniqueSubsequenceCount.java (#5586)
* 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
---------
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-08 10:55:34 +03:00 |
|
|
9fb8192356
|
Add QueueByTwoStacks algorithm (#5623)
|
2024-10-08 00:24:57 +03:00 |
|
|
bd9e324e8c
|
Add QuadraticEquationSolver and test cases (#5619)
|
2024-10-07 21:17:45 +00:00 |
|
|
5dcf6c0f29
|
Enhance Trie data structure with added methods and tests (#5538)
|
2024-10-07 21:11:55 +00:00 |
|
|
6868bf8ba0
|
Add palindrome singly linkedlist optimised approach (#5617)
|
2024-10-07 21:58:17 +03:00 |
|
|
4a5bf39f8e
|
Add another method to check valid parentheses in ValidParentheses.java (#5616)
|
2024-10-07 21:48:02 +03:00 |
|
|
732f7c8458
|
Add BM25 Inverted Index Search Algorithm (#5615)
|
2024-10-07 20:30:46 +03:00 |
|
|
676d451aa6
|
Add class documentation, improve comments in MazeRecursion.java (#5576)
|
2024-10-07 19:47:29 +03:00 |
|
|
62144f61af
|
Add tests for AStar.java , enhance documentation (#5603)
|
2024-10-07 19:25:48 +03:00 |
|
|
d422bf5983
|
Add tests for AffineConverter.java (#5602)
|
2024-10-07 15:15:50 +00:00 |
|
|
25dc55e4ae
|
Add Junit tests for ColumnarTranspositionCipher.java (#5599)
|
2024-10-07 15:11:56 +00:00 |
|
|
f80850b244
|
Add Junit tests for AffineCipher.java , improve documentation (#5598)
|
2024-10-07 18:08:55 +03:00 |
|
|
99d7f80a61
|
Add Junit tests for AESEncryption.java (#5597)
|
2024-10-07 18:00:57 +03:00 |
|
|
26e8ead4ed
|
Add tests for A5Cipher.java , improve class & function documentation (#5594)
|
2024-10-07 14:28:01 +00:00 |
|
|
93cfa86a97
|
Add tests for A5KeyStreamGenerator.java , improve documentation (#5595)
|
2024-10-07 14:23:21 +00:00 |
|
|
cacd23a2bd
|
Add binary addition (#5593)
|
2024-10-07 14:17:04 +00:00 |
|
|
a2457bd1ff
|
Add tests for IIRFilter.java , fix bug in setCoeffs method (#5590)
|
2024-10-07 13:17:27 +00:00 |
|
|
fa7d357451
|
Add tests, enhance class & function documentation for KnightsTour (#5591)
|
2024-10-07 16:06:59 +03:00 |
|
|
2592a088e7
|
Enhance readability, add comments & function docs to SkylineProblem.java (#5534)
|
2024-10-07 15:26:21 +03:00 |
|
|
c45b2b8132
|
Add line clipping algorithms (#5580)
|
2024-10-07 12:21:39 +00:00 |
|
|
357fc6a271
|
Add LowestSetBit (#5567)
|
2024-10-07 12:18:25 +00:00 |
|
|
dea806ea53
|
Add tests for ClosestPair.java (#5555)
|
2024-10-07 12:09:58 +00:00 |
|
|
387707ffe5
|
Refactor BipartiteGraphDFS.java, add Junit tests (#5606)
* Refactor `BipartiteGraphDFS.java`, add Junit tests
* Update directory
* Fix
* Add suggested changes
* Update BipartiteGraphDFS.java
---------
Co-authored-by: Hardvan <Hardvan@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-07 14:31:13 +03:00 |
|
|
2001a097e2
|
Add HighestResponseRatioNextScheduling.java new algorithm with tests (#5607)
* Add `HighestResponseRatioNextScheduling.java` new algorithm with tests
* Update directory
* Improve class documentation
* Update directory
* Fix
* Fix
* Fix
* Add suggested changes
* Fix clang errors
---------
Co-authored-by: Hardvan <Hardvan@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-07 14:25:08 +03:00 |
|
|
b190cb72de
|
Add countsetbits problem with lookup table approach (#5573)
|
2024-10-06 07:15:32 +00:00 |
|
|
1feceb7d11
|
Add MLFQ Scheduler (#5575)
|
2024-10-06 10:12:11 +03:00 |
|
|
4008e4967c
|
Add treap class (#5563)
|
2024-10-06 10:01:54 +03:00 |
|
|
07cb6c46a8
|
Add autokey cipher (#5569)
|
2024-10-06 05:37:56 +00:00 |
|
|
f34fe4d840
|
Enhance comments & improve readability in LongestCommonSubsequence.java (#5523)
|
2024-10-05 15:43:42 +03:00 |
|
|
ce34595628
|
Improve TrieImp.java comments & enhance readability (#5526)
|
2024-10-05 12:47:52 +03:00 |
|
|
042d458d34
|
fix: change location of others to correct places (#5559)
|
2024-10-04 17:47:50 +00:00 |
|
|
393337fa8e
|
Add Tests for HillCipher (#5562)
|
2024-10-04 17:18:51 +00:00 |
|
|
389d1d70d5
|
feat: add conversion logic from integer to english (#5540)
* feat: add conversion logic from integer to english
* feat: update DIRECTORY.md
* feat: fix linting issues
* feat: fix build issue
* feat: address review comments
---------
Co-authored-by: sailok.chinta <sailok.chinta@kotak.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-04 20:13:40 +03:00 |
|
|
ea6457bf41
|
Add PrefixToInfix.java new algorithm (#5552)
* Add `PrefixToInfix.java` new algorithm
* Update directory
* Fix clang error
* Update directory
* Fix comment
* Add suggested changes
---------
Co-authored-by: Hardvan <Hardvan@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-04 19:58:52 +03:00 |
|
|
b61c54797b
|
Add Infix To Prefix new algorithm with unit tests (#5537)
* Add `Infix To Prefix` new algorithm
* Update directory
* Update directory
* Fix clang
* Fix clang
* Add more tests
* Fix comma error
* Fix test cases
* Fix comment
* Remove unused import
* Update directory
* Add tests for null & empty strings
* Implement suggested changes
* Update directory
* Fix comment
---------
Co-authored-by: Hardvan <Hardvan@users.noreply.github.com>
Co-authored-by: Alex Klymenko <alexanderklmn@gmail.com>
|
2024-10-04 19:40:44 +03:00 |
|
|
5cbdb475ee
|
Add digit separation for large integers (#5543)
|
2024-10-04 16:28:36 +00:00 |
|
|
de22158b80
|
Add tests for SkylineAlgorithm.java (#5556)
|
2024-10-04 19:26:18 +03:00 |
|
|
41f767ef94
|
Add XOR Cipher (#5490)
|
2024-10-04 16:10:18 +00:00 |
|
|
be8df2188c
|
Adds Longest Arithmetic Subsequence Implementation (#5501)
* Added LongestArthmeticSubsequence
---------
Co-authored-by: Piotr Idzik <65706193+vil02@users.noreply.github.com>
|
2024-10-03 15:04:49 +02:00 |
|
|
ce6d98f8da
|
Add Merge Intervals algorithm (#5516)
|
2024-10-03 10:07:44 +03:00 |
|