135 Commits

Author SHA1 Message Date
0bbacb1925 Add test case for OctalToHexadecimal (#3679) 2022-10-27 00:04:26 +08:00
a0d03e814a Update WordLadderTest.java & WordLadder.java (#3674) 2022-10-26 21:14:03 +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
eecec0f706 Add test case for LetterCombinationsOfPhoneNumber (#3662) 2022-10-26 16:38:24 +08:00
0953236b4c Add tests for WordLadder (#3668) 2022-10-26 07:18:33 +00:00
0a5ee18079 Add tests for HowManyTimesRotated (#3669) 2022-10-26 10:16:02 +03:00
3aadb9da1e Add tests for vowels check (#3658) 2022-10-26 09:15:25 +03:00
9a09a9e772 Add test case for Rotation (#3667) 2022-10-26 09:44:37 +08:00
8c6ed9c240 Add unit test for RSA cipher (#3664) 2022-10-26 09:10:27 +08:00
f8897f166d Add unit tests for Caesar cipher (#3665)
Co-authored-by: Yang Libin <contact@yanglibin.info>
2022-10-26 09:01:35 +08:00
7ef75980d5 Add unit tests for Vigenere cipher (#3666) 2022-10-26 08:57:51 +08:00
315e947c87 Add more tests (#3601) 2022-10-25 12:15:41 +00:00
6235fd6505 Add tests for Average (#3652) 2022-10-25 15:00:53 +03:00
d88b70113f Fix naming LinkList_sort -> LinkListSort (#3640) 2022-10-24 21:27:17 +03:00
c9e7b219a7 Add unit test for CeilInBinarySearchTree (fixes #3395) (#3396)
Co-authored-by: Amit Kumar <akumar@indeed.com>
2022-10-23 05:47:00 +00:00
f35aeb5311 Add ReverseStringTest (#3607)
Co-authored-by: jtuong <Rofleveryday1?>
2022-10-22 19:23:35 +00:00
8d4b048cb3 Add LongestValidParenthesesTest (#3612) 2022-10-22 19:21:54 +00:00
bf03d16303 Add test for Lower (#3328) 2022-10-22 19:17:18 +00:00
ea05286c86 Add tests for PowerSum (#3603) 2022-10-22 19:11:40 +00:00
3ef3d761c6 Add DP Solution to Subset Count (#3580) 2022-10-20 19:51:54 +00:00
8803b7f5e7 Add tests for Area (#3358) 2022-10-18 21:03:58 +03:00
ddcb5cfead Create test cases for SlowSort (closes #3361) (#3363) 2022-10-17 15:15:06 +00:00
cdd12a128d Add Dual Pivot QuickSort (#3357) 2022-10-15 06:06:36 +00:00
efac505a6d Add twin prime (#3312) 2022-10-14 09:36:26 +00:00
c805437c0c Add tests for CountChar (#3334) 2022-10-12 18:42:24 +00:00
c59fc923bf Add fcfs scheduling (#3335)
Co-authored-by: Smiti <smmaheshwari@paypal.com>
2022-10-12 21:39:34 +03:00
911b98472c Add Tests for Dudeney Number (#3336) 2022-10-10 17:25:06 +00:00
8661d07276 Add sum without using any mathematical operators (#3473) 2022-10-10 20:19:01 +03:00
03a4832a7d Add an interface for matrix search algorithms (closes #3461) (#3464) 2022-10-09 14:45:36 +03:00
cce1dbd124 Add algorithm to search for an element in 2D array (#3306) 2022-10-09 12:23:36 +03:00
471d2c0b5d Fix CircularBuffer and add unit tests (#3411) 2022-10-06 16:51:10 +08:00
e96f567bfc Format code with prettier (#3375) 2022-10-03 17:23:00 +08:00
e4eb99ff18 Add A5 Cipher (#3292) 2022-09-27 16:33:13 +00:00
8ca571d887 Add Collatz Conjecture (#3290) 2022-09-26 04:51:21 +00:00
ea8e0463ef Add Liouville lambda function (#3284) 2022-09-24 13:18:12 +00:00
2fbb1d6402 Add hamming distance (#3270) 2022-09-24 16:14:39 +03:00
07a5531f1a Add prime factorization algorithm (#3278) 2022-09-21 19:29:20 +00:00
d56eaa58af Add LRUCacheTest and MRUCacheTest (fixes #3263) (#3277) 2022-09-19 20:55:15 +03:00
a2dd154ad6 Add BubbleSort unit tests (#3275) 2022-09-19 17:23:08 +00:00
a41656a311 Add pollard rho algorithm (#3260) 2022-09-16 07:27:40 +00:00
9c418ba827 Add pangram check tests (#3267) 2022-09-15 13:31:11 +00:00
8f18b92f6e Add count set bits algorithm (#3262) 2022-09-14 17:05:23 +00:00
20a1f40c5a Add Isomorphic Strings (#3253)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2022-09-13 02:29:26 +03:00
1e4c4a112d Add Perimeter Calculation Algorithms (#3247)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2022-09-08 10:05:06 +03:00
69d0070c99 Add mobius function (#3241) 2022-09-03 06:34:06 +00:00
6cfb628487 Add Binary Search in 2D Array (#3240) 2022-09-03 09:31:55 +03:00
c500e8ae5a Add Newton Raphson method (#3224) 2022-08-27 09:40:06 +03:00
2ffcff12fc Fix fast inverse sqrt (fixes #3199) (#3228)
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
2022-08-24 13:37:07 +03:00
3f69603440 Add least common multiple algorithm (#3216) 2022-08-17 08:59:07 +03:00