Commit Graph

11 Commits

Author SHA1 Message Date
Haroon Khan
375803d6a3 [JAVA-6005] Reduce logging (#11247) 2021-09-26 08:58:09 +05:30
Loredana Crusoveanu
3979cb1c67 Merge pull request #10869 from omertopuz/patch-1
Update Graph.java
2021-09-19 15:19:11 +03:00
Remy Ohajinwa
b346586c52 BAEL-5004 Fixed overflow issues for Large numbers (#10899)
Co-authored-by: Remy Ohajinwa <remy.ohajinwa@interswitchgroup.com>
2021-06-16 21:10:33 -05:00
Ömer
b9a95d37e5 Update Graph.java
for dfsWithoutRecursion, when a node popped from the stack it should be checked that the current node is visited or not. Since stack has duplicated nodes, some nodes is visired doubly.
2021-06-05 23:04:19 +03:00
Maiklins
5b6c1fac98 CS-378 Find kth smallest element in union of two sorted arrays (#9812)
* CS-378 Find the Kth Smallest Element in the Union of Two Sorted Arrays

* CS-378 Fix name of unit test

* CS-378 Update merge algorithm to operate only on two input arrays

Co-authored-by: mikr <michael.krimgen@ximedes.com>
2020-08-14 17:41:36 +02:00
macroscopic64
ee114c8a17 [BAEL-3480] - Java Fast pattern matching using trie and suffix tree 2020-02-23 20:55:32 +05:30
macroscopic64
acb317d171 BAEL-3480 Java Fast pattern matching using trie and suffix tree 2020-02-07 23:08:53 +05:30
macroscopic64
11e6be8a05 [BAEL-3485] - Java Range lookup problem 2019-12-17 08:54:57 +05:30
macroscopic64
0d9a2e739b [BAEL-3485] - Java Range lookup problem 2019-12-17 08:47:46 +05:30
macroscopic64
c02e762a2b [BAEL-3485] - Java Range lookup problem 2019-12-17 07:46:24 +05:30
catalin-burcea
5e7d875d0f [BAEL-19135] - Move search articles to a new module 2019-11-19 17:58:32 +02:00