Skip to content

nicer00ster/algorithm-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random problems to practice

    • Evaluate whether the string is a palindrome or not.
    • Calculate and print the sum of the elements in an array, keeping in mind that some of those integers may be quite large. (Yay one liners)
    • Given an array of integers, calculate the fractions of its elements that are positive, negative, and are zeros. Print the decimal value of each fraction on a new line.
    • Return the total number of highest values within the array.
    • Time conversion. Given a time in 12-hour AM/PM format, convert it to military (24-hour) time.

About

Random algorithms for practice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages