Commit Graph

8 Commits

Author SHA1 Message Date
Taranjeet Singh Kalsi
95875b0ae4 Add another method to find kth number (#5918) 2024-10-26 11:26:01 +00:00
Alex Klymenko
4e72056527 refactor: FindKthNumber (#5374) 2024-08-24 11:53:35 +03:00
vaibhav9t1
9eaa2bb756 style: enable MultipleVariableDeclarations in checkstyle (#5175)
Co-authored-by: vaibhav <vaibhav.waghmare@techprescient.com>
2024-05-25 20:18:27 +02:00
Piotr Idzik
d3bb691f59 style: enable HideUtilityClassConstructor in checkstyle (#5147) 2024-05-08 09:58:29 +03:00
marysiuniq
1e2d7e9431 style: enable ConstantName in checkstyle (#5139)
Co-authored-by: Maria Paszkiewicz SCC <maria.paszkiewicz@kit.edu>
2024-05-02 18:31:37 +02:00
Abhinav Pandey
152e29034d Improved code readability and code quality (#4663)
* Fixed Small typos :-)

* Update BufferedReader.java

* Made the following changes :

* Improved readability of files and removed gramatical errors.

* Implemented data assigning instead of manually calling arr.ylength in several instances like FindMax, FindMaxRecursion etc.

* Removed unwanted params from several files

* Implemented Math methods in files math/FindMinRecursion.java and FindMaxRecursion.java

* Update src/main/java/com/thealgorithms/maths/FindMinRecursion.java

---------

Co-authored-by: Debasish Biswas <debasishbsws.dev@gmail.com>
2023-10-11 17:29:55 +05:30
acbin
e96f567bfc Format code with prettier (#3375) 2022-10-03 17:23:00 +08:00
XU ZHIWEI
a01be023e1 Add find kth element in an array (#2968) 2022-03-12 11:59:34 +02:00