Formatted with Google Java Formatter

This commit is contained in:
github-actions 2020-10-24 10:31:42 +00:00
parent d27ded91a0
commit 0db62bb450
9 changed files with 12 additions and 14 deletions

View File

@ -1,6 +1,5 @@
package DataStructures.Heaps;
/**
* Class for heap elements.<br>
*

View File

@ -1,6 +1,5 @@
package Others;
/**
* Guass Legendre Algorithm ref https://en.wikipedia.org/wiki/GaussLegendre_algorithm
*