Compilation of practice repositories to improve algorithm understanding
- Print numbers between 1 and 1027
- Print numbers between 1 and 1028 and the sum of all previous values for each
- Print an array of only the odd numbers between 1 and 1028
- Find and print the largest integer in a given array
- For a given array, print the number of values greater than y
- Repeat #5 above using a list comprehension
- Min, Max, Average
- Replace negative array values with String
- Print odd integers between 1 and 1028
- Iterate and print an array
- Get and print average
- Return an original array with all values squared
- Change negative array values to zeroes
- Shift array values