Commit Graph

11 Commits

Author SHA1 Message Date
mnafshin ec9028d5f8 Powerset (#8475)
* PowerSet generation is Java and respective unit tests are added

* function name is adjusted to the actual ordering name (Reverse Lexicographical ordering)

* Guava example test function is changed

* LazyLoad powerSet (based on Guava implementation) is added

* set is used instead of map.keySet()

* Lexicographic Order and Gray Order are removed from function names. Unused function (rank and unrank), which are not used in the text, are removed
2020-01-05 13:31:27 -08:00
mnafshin 70aa0ba234 PowerSet generation is Java and respective unit tests are added (BAEL-3417) (#8284)
* PowerSet generation is Java and respective unit tests are added

* function name is adjusted to the actual ordering name (Reverse Lexicographical ordering)

* Guava example test function is changed

* LazyLoad powerSet (based on Guava implementation) is added

* set is used instead of map.keySet()
2019-12-30 09:39:05 -08:00
johnA1331 2fe0006c74 Update README.md 2019-12-19 18:50:32 +08:00
johnA1331 d1e18e76bb Update README.md 2019-12-19 18:44:35 +08:00
Maiklins 0c3f780c4f BAEL-3130 overflow and underflow in java (#8381)
* BAEL-3131 Guide to Java HashMap
http://jira.baeldung.com/browse/BAEL-3130

* Move test class to correct package
http://jira.baeldung.com/browse/BAEL-3130
2019-12-15 21:07:08 +01:00
catalin-burcea 153a3923f0 [BAEL-18783] - Fix formatting of POMs 2019-12-06 11:40:56 +02:00
iamshwetabhardwaj 9f25b72ca4 BAEL-3506 - Refactoring. (#8238)
* BAEL-3506

* BAEL-3506

* BAEL-3506 - Added java-math-2 to parent pom.

* BAEL-3506 - Refactoring.
2019-11-24 09:24:06 -08:00
Maiklins de82f1c805 BAEL-3131 Guide to Java HashMap (#8229)
http://jira.baeldung.com/browse/BAEL-3130
2019-11-24 12:59:09 +01:00
johnA1331 06d7019960 Update README.md 2019-11-22 00:12:09 +08:00
Shubhra Srivastava cc32b9f93d BAEL-3404 Review comments (#8181) 2019-11-12 12:27:47 -08:00
Eric Martin 3225470df5 Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
Revert "BAEL-3275: Using blocking queue for pub-sub"
2019-10-31 20:43:47 -05:00