Abrar Shaha
Abrar Shaha
hey @siriak i have raised a PR for this issue. https://github.com/TheAlgorithms/Java/pull/3858
hey, is there anyone working on this issue. if not let me work on this. as this looks a perfect start for my Open Source contribution.
@siriak can you assign this issue to me.
@siriak check my PR https://github.com/TheAlgorithms/Java/pull/3862
looks like you are sending hash value of your 'sellCIndices' array. instead you can send content of your array using "Arrays.toString()" method. just replace " obj.put("sellCIndices", sellCIndices); " with "...
its not a bug. its like a feacture of java