simplePythonProgram
simplePythonProgram copied to clipboard
A simple menu based program which allows imports movies from a file and allows the user to list, watch and add movies to a checklist which is then exported back...
This program helps to find two elements which help to form the maximum product.
Reverses individual words in a string while the position of the words remain the same
Calculating the running sum of array. For example: a[i1,i2,i3] -> a[i1,i1+i2,i1+i2+i3] ...
Once you pay the cost, you can either climb one or two steps. You need to find the minimum cost to reach the top of the floor, and you can...