-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add functions for sorting, finding max/min, sum/average, prime/…
…palindrome checks, and duplicate removal Added functions to the code that perform various operations on arrays and strings without using inbuilt methods. The functions include sorting an array, finding the maximum and minimum numbers, calculating the sum and average of an array, checking if a number or string is prime or palindrome, finding duplicate numbers in an array, removing duplicate numbers from an array, reversing a string, and reversing a number.
- Loading branch information
1 parent
8dc3c26
commit 76cba6f
Showing
1 changed file
with
212 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters