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; package DataStructures.Heaps;
/** /**
* Class for heap elements.<br> * Class for heap elements.<br>
* *

View File

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