Commit Graph

55 Commits

Author SHA1 Message Date
collaboratewithakash
4a4ea05190 backlink updated 2023-05-27 16:54:13 +05:30
collaboratewithakash
c3b896760b backlink updated 2023-05-27 16:48:50 +05:30
Dhawal Kapil
bb5bfa992a JAVA-19536 Fix formatting of pom.xmls 2023-04-05 07:14:09 +05:30
anuragkumawat
0034c03f8c JAVA-12385 GitHub Issue: Test Failure in CircularBuffer/RingBuffer 2022-05-30 21:50:51 +05:30
johnA1331
0203f774e9 Update README.md 2021-07-29 03:38:54 +08:00
Arash Ariani
cd09e52495 Bael 4464 (#11062)
* BAEL-4464 : how to implement LRU-Cache in java codes added

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed

* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed

* BAEL-4464 : issues 4,5 fixed.

* fixed some issues in BAEL-4464

* BAEL-4464 : some tips on unitTest fixed
2021-07-23 14:48:28 +02:00
Arash Ariani
940ba4a532 Bael 4464 (#11041)
* BAEL-4464 : how to implement LRU-Cache in java codes added

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed

* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed

* BAEL-4464 : issues 4,5 fixed.

* fixed some issues in BAEL-4464
2021-07-20 07:21:36 +02:00
Arash Ariani
c389fd6588 BAEL-4464 : how to implement LRU-Cache in java codes added (#11036)
* BAEL-4464 : how to implement LRU-Cache in java codes added

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named fixed

* BAEL-4464 : how to implement LRU-Cache in java codes added - package named changed

* BAEL-4464 : how to implement LRU-Cache in java codes added - unitTest fixed
2021-07-17 11:41:26 +02:00
johnA1331
644df18a39 Update README.md 2021-06-24 04:11:47 +08:00
Arash Ariani
7681ab1e83 BAEL-4409 : codes have been added (#10925)
* BAEL-4409 : codes have been added

* BAEL-4409 : how to implement min-max heap in java

* BAEL-4409 : how to implement min-max heap in java
2021-06-20 06:51:00 -07:00
sampadawagde
7464066d03 JAVA-5223: Fix formatting of POMs (Part 6) 2021-05-08 13:09:05 +05:30
Krzysztof Woyke
333ffc771b JAVA-3596: Clean up exec-maven-plugin config 2021-04-02 15:43:27 +02:00
kwoyke
c6c90581a6 BAEL-4864: Fix traverseInOrderWithoutRecursion method (#10588)
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-03-24 22:09:02 +01:00
Krzysztof Woyke
2b18e0cc40 JAVA-4669: Fix CircularBuffer constructor 2021-03-11 20:12:28 +01:00
Kent@lhind.hp.g5
678d42ba97 fix the deleting method 2021-02-28 11:53:48 +01:00
johnA1331
ba2d5c046b Update README.md 2020-07-21 21:44:57 +08:00
Loredana Crusoveanu
485b4e3e99 Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
mikr
aece4e5216 JAVA-1522 Split core-java-modules/core-java module 2020-06-07 16:52:25 +02:00
John Richardson
ac158a482d Replaced for loop with enhanced for 2020-04-26 13:17:19 +02:00
Krzysiek
fa3eccc2a0 JAVA-1295: Fix node.left -> node.right 2020-04-13 21:21:19 +02:00
amit.pandey
48f393b8c5 formatted pom.xml file 2020-03-22 07:24:38 +05:30
johnA1331
9d18e690cc Update README.md 2020-03-18 13:19:55 +08:00
eric-martin
3e91b486b9 BAEL-3454: Moved AVLTree to data-structures module 2020-03-07 21:20:17 -06:00
johnA1331
774c38b994 Update README.md 2020-02-10 14:37:00 +08:00
johnA1331
1b5fc1aea1 Update README.md 2020-02-05 16:25:03 +08:00
Eric Martin
026ff2ca3a Merge pull request #8567 from johnA1331/master
Bi-monthly test fix - BAEL-20909
2020-01-31 20:24:34 -06:00
amit.pandey
a407505698 extract pom version into properties 2020-01-30 02:16:26 +05:30
johnA1331
6cf282ae3a Update README.md 2020-01-23 15:24:02 +08:00
chris9408
210e4b05d0 [BAEL-3463] - Big Queue (#8517) 2020-01-13 12:17:54 -08:00
Greg
2e1d1ffb01 Merge pull request #8218 from yavuztas/pr-BAEL-3408
Source code for BAEL-3408
2019-12-15 18:52:43 -05:00
Yavuz Tas
aeb2681366 carry the code from core-java to data-structures module 2019-12-08 15:39:28 +01:00
catalin-burcea
2f7e94bc92 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
Radhe Sravan
bd5939133a Fixed the review comments 2019-11-29 05:58:55 +05:30
Radhe Sravan
0f4e81ef2e Fixed the review comments 2019-11-29 05:55:53 +05:30
Jonathan Cook
9d545c2be0 Merge pull request #8231 from radhe-sravan/master
BAEL-3453 - Circular linked list Java implementation
2019-11-27 22:59:10 +01:00
Radhe Sravan
399aaad0c1 Fixed the code as per review comments 2019-11-27 06:27:24 +05:30
Radhe Sravan
83d8ebed7e Fixed the typo in comments 2019-11-23 17:56:46 +05:30
Radhe Sravan
9dc001ae33 BAEL-3453 - Circular linked list Java implementation 2019-11-23 16:50:26 +05:30
catalin-burcea
5e7d875d0f [BAEL-19135] - Move search articles to a new module 2019-11-19 17:58:32 +02:00
Sam Millington
62e264c52e Add README descriptions 31 (#7960) 2019-10-09 19:35:05 +03:00
Loredana Crusoveanu
ef787e6525 Update README.md 2019-08-03 13:54:33 +03:00
DOHA
b96425265b minor fix 2019-08-02 14:35:52 +03:00
DOHA
24135c03cf modify graph implementation 2019-07-28 00:01:06 +03:00
DOHA
5b5733239c depth first search 2019-07-25 23:11:26 +03:00
charlesgonzales
c50eb35051 Update README.md 2018-12-21 17:59:20 +08:00
charlesgonzales
8605ea03af Update README.md 2018-12-20 21:48:25 +08:00
Dhawal Kapil
4058bfc601 BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
Imre Balassa
2b053ac71f Merge remote-tracking branch 'upstream/master' 2018-08-13 21:18:36 +02:00
amit2103
d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Sanjay Patel
cddf858c05 BAEL-5246: pom cleanup (#4620)
* BAEL-5246: round 1 of pom cleanup - upto "jersey" project

* BAEL-5246: Initial pass for pom cleanup - upto spring-cloud

* BAEL-5246: pom cleanup upto testing-modules/junit5

* BAEL-5246: pom cleanup - upto xstream

* BAEL-5246: pom cleanup - last round (before review)
2018-07-12 09:04:54 +02:00