2425 Commits

Author SHA1 Message Date
5f6510f0fa refactor: CharactersSame (#5396) 2024-08-26 09:55:50 +03:00
be6b0d835b test: EditDistanceTest (#5397) 2024-08-26 09:48:30 +03:00
cdb6412601 refactor: LineSweep (#5398) 2024-08-26 09:45:07 +03:00
6edc009765 test: LongestAlternatingSubsequenceTest (#5399) 2024-08-26 09:37:00 +03:00
93e417544d refactor: Anagrams (#5390) 2024-08-26 08:26:01 +03:00
7e9cdad3ee refactor: BalancedBrackets (#5391) 2024-08-25 23:21:30 +03:00
580aa0c9c5 refactor: CheckVowels (#5393) 2024-08-25 23:14:33 +03:00
a5f57fbfde refactor: ArrayLeftRotationTest (#5389) 2024-08-25 23:08:10 +03:00
3187b1f99c refactor: DecimalToAnyUsingStack (#5392) 2024-08-25 23:01:52 +03:00
25b8010ea8 refactor: cleanup EulersFunction (#5388) 2024-08-25 22:44:55 +03:00
f3851e3adc refactor: RemoveDuplicateFromString (#5387) 2024-08-25 22:33:41 +03:00
101cb950ae refactor: RootPrecision (#5383) 2024-08-25 11:34:12 +03:00
69e1fe9cfb refactor: LowestBasePalindrome (#5385) 2024-08-25 10:16:14 +03:00
0b0b26e3fe refactor: ReverseStackUsingRecursion (#5386) 2024-08-25 10:12:17 +03:00
e1d8b6f8a7 refactor: FordFulkerson (#5384) 2024-08-25 10:07:02 +03:00
e5c0e4bff0 test: cleanup PrimeFactorizationTest (#5382) 2024-08-25 09:56:02 +03:00
a8d3b6ad2d test: cleanup ReverseNumberTest (#5381) 2024-08-25 09:43:39 +03:00
38688440ef refactor: TwoPointers (#5380) 2024-08-25 09:29:17 +03:00
b231a72d44 refactor: NonRepeatingElement (#5375) 2024-08-24 16:08:22 +03:00
a7cd97d75e refactor: fix typo (#5372) 2024-08-24 11:57:54 +03:00
75355e87b6 refactor: PasswordGen (#5373) 2024-08-24 11:57:40 +03:00
4e72056527 refactor: FindKthNumber (#5374) 2024-08-24 11:53:35 +03:00
84fb717509 test: DeterminantOfMatrix (#5376) 2024-08-24 11:38:16 +03:00
aefc8fd4b8 refactor: HexToOct (#5377) 2024-08-24 11:32:50 +03:00
44d7cbbaf4 test: NQueensTest (#5378) 2024-08-24 11:27:39 +03:00
ce4eb55e0e refactor: FloydTriangle (#5367) 2024-08-23 15:55:13 +03:00
34089774f3 test: refactor PalindromeTest (#5365) 2024-08-23 14:37:44 +03:00
a6fcbf585f test: LinkedListStackTest (#5366) 2024-08-23 14:28:47 +03:00
844aeaf701 refactor: LFUCache (#5369) 2024-08-23 14:23:16 +03:00
d7b60be7d1 refactor: PermuteString (#5362) 2024-08-23 12:33:41 +03:00
0301ecf1cb refactor: Pow (#5364) 2024-08-23 11:59:20 +03:00
fb55552ebb refactor: fix typo (#5363) 2024-08-23 10:58:08 +03:00
56f97c48ac Chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 (#5368)
Chore(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin

Bumps [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.4.0 to 3.5.0.
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.4.0...maven-checkstyle-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-23 00:42:44 +02:00
74b05ef7c2 refactor: fix typo in class name LongestNonRepetitiveSubstring (#5359) 2024-08-22 12:37:52 +03:00
622a3bf795 refactor: cleanup AhoCorasick (#5358) 2024-08-22 11:08:17 +03:00
8a89b42cf8 refactor: AnyBaseToDecimal (#5357) 2024-08-22 10:50:56 +03:00
3398c562a1 test: LargestRectangle (#5360) 2024-08-22 10:44:01 +03:00
3ed8561a5f test: GCDRecursion (#5361) 2024-08-22 10:12:44 +03:00
07dbc51e1b feat: add temperature unit conversions (#5315)
Co-authored-by: Bama Charan Chhandogi <b.c.chhandogi@gmail.com>
2024-08-22 06:43:52 +00:00
5149051e95 refactor: LinkedQueue (#5352) 2024-08-21 20:39:09 +03:00
39ecf70857 refactor: GenericArrayListQueue (#5355) 2024-08-21 16:55:36 +03:00
4c65530722 refactor: StackArrayList (#5356) 2024-08-21 14:00:05 +03:00
a03353d3d3 refactor: Deque (#5353) 2024-08-21 13:39:01 +03:00
e756a7d2d5 refactor: CircularQueue (#5354) 2024-08-21 13:26:21 +03:00
f5c0314111 refactor: StackArray (#5349) 2024-08-20 13:10:18 +03:00
8605220721 Chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 (#5350)
Chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.4.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 00:19:40 +02:00
8712a7f405 refactor: Queue (#5348) 2024-08-20 00:03:19 +03:00
04eae87512 refactor: DynamicArray (#5346) 2024-08-19 11:15:47 +03:00
33fd79ad55 refactor: OctalToHexadecimal (#5345) 2024-08-18 22:03:28 +03:00
a9f5b82708 refactor: OctalToDecimal (#5344) 2024-08-18 21:58:57 +03:00