VMorgan
@vmorgan
A passionate data science student.
0
class assignment feb7classes beginner
0
0
0
0
A1W2023This program reads input from a file containing a list of activities. User is presented with a menu of options to modify and view that list. Options include adding and removing activities along with viewing the list by name, location, or type. List is then updated to file when user quits the program.
7
0
0
0
0
FinalProject-vm3161B Final
0
1
0
0
Assignment 7Program displays number of sightings in each state,
0
0
0
0
Asterisk Definition Program This program explains the three uses of * and interactive examples.
6
0
0
0
discussion 3 fall2022Takes a list of integer inputs from user and returns most commonly used # (mode)
1
0
0
3
fibonacci Displays all the numbers in the Fibonacci Sequence up to a given max, starting with 0.
147
3
3
DaviJari0055 Your time complexity is about O(num-factorial); worst case. You could've used simple recursion / memoization to reduce the time complexity to O(2^n).5 months ago
0
computeSumOfDigitscomputes the sum of the digits of that integer.
0
0
0
0
bookprints a figure
9
0
0
0
biggestAndSmallest The program outputs the biggest and the smallest numbers inputed by the user.
0
0
0
0
asciiFigureAllows user to input a number and the program will output a figure
0
0
0
0
spendingRestructure eand eliminate redundancy in code
0
0
0
0
quadrantA program that allows an input of a pair of real numbers (x,y) point) and outputs the # of the quardant.
1
0
0
0
DateIsBeforeA program that inputs 2 month/day combos and outputs whether first date comes before the second using boolean awnsers.
0
0
0
0
computeTaxget salary as input and output taxes due;
0
0
0
0
displacementcodestepbystep expressions
0
0
0
0
jackBuiltCodestepbystep answers
0
0
0
0
rangeOfNumbersprints range of numbers
0
0
0
0
boughtmeacatusing loops and function to output a poem with the least amount of redundant code as possible.
1
0
0