Commit Graph

13 Commits

Author SHA1 Message Date
mikr e3aebd9c10 Merge branch 'master' of https://github.com/Maiklins/tutorials into JAVA-7244-Review_log_statements_for_projects
 Conflicts:
	algorithms-searching/src/test/java/com/baeldung/algorithms/quadtree/QuadTreeSearchUnitTest.java
2021-10-31 20:54:51 +01:00
Haroon Khan 00026a8d5b [JAVA-6005] Reduce logging (#11247) 2021-09-26 08:58:09 +05:30
Loredana Crusoveanu ae17173f90 Merge pull request #10869 from omertopuz/patch-1
Update Graph.java
2021-09-19 15:19:11 +03:00
mikr 72f31df764 JAVA-7244 Review log statements for projects 2021-09-18 00:37:04 +02:00
Remy Ohajinwa 940773966e 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 812057b43c 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 9ca1a0064a 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 57470cdc1d [BAEL-3480] - Java Fast pattern matching using trie and suffix tree 2020-02-23 20:55:32 +05:30
macroscopic64 026324e5a0 BAEL-3480 Java Fast pattern matching using trie and suffix tree 2020-02-07 23:08:53 +05:30
macroscopic64 0284918cf8 [BAEL-3485] - Java Range lookup problem 2019-12-17 08:54:57 +05:30
macroscopic64 1c09c24810 [BAEL-3485] - Java Range lookup problem 2019-12-17 08:47:46 +05:30
macroscopic64 bc463d59b4 [BAEL-3485] - Java Range lookup problem 2019-12-17 07:46:24 +05:30
catalin-burcea 46eee1c499 [BAEL-19135] - Move search articles to a new module 2019-11-19 17:58:32 +02:00