Skip to content
Sign UpLog In
Profile icon

VMorgan

@vmorgan
A passionate data science student.
  • book

    Cover page
    Made with C++

    prints a figure

    Recent comments (0)
Repls
Community
vmorgan
vmorgan
published a Repl
2 months ago
0
class assignment feb7
class assignment feb7classes beginner
vmorgan
vmorgan
published a Repl
2 months ago
0
A1W2023
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.
vmorgan
vmorgan
published an Update
4 months ago
0
FinalProject-vm3
FinalProject-vm3161B Final
design doc added
design doc added finfpj.txt
vmorgan
vmorgan
published a Repl
4 months ago
0
FinalProject-vm3
FinalProject-vm3161B Final
vmorgan
vmorgan
design doc added finfpj.txt4 months ago
vmorgan
vmorgan
published a Repl
4 months ago
0
Assignment 7
Assignment 7Program displays number of sightings in each state,
vmorgan
vmorgan
published a Repl
5 months ago
0
Asterisk Definition Program
Asterisk Definition Program This program explains the three uses of * and interactive examples.
vmorgan
vmorgan
published a Repl
5 months ago
0
discussion 3 fall2022
discussion 3 fall2022Takes a list of integer inputs from user and returns most commonly used # (mode)
vmorgan
vmorgan
published a Repl
8 months ago
3
fibonacci
fibonacci Displays all the numbers in the Fibonacci Sequence up to a given max, starting with 0.
9pfs
9pfs
Nice!8 months ago
DaviJari0055
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
vmorgan
vmorgan
published a Repl
8 months ago
0
computeSumOfDigits
computeSumOfDigitscomputes the sum of the digits of that integer.
vmorgan
vmorgan
published a Repl
8 months ago
0
book
bookprints a figure
vmorgan
vmorgan
published a Repl
8 months ago
0
biggestAndSmallest
biggestAndSmallest The program outputs the biggest and the smallest numbers inputed by the user.
vmorgan
vmorgan
published a Repl
8 months ago
0
asciiFigure
asciiFigureAllows user to input a number and the program will output a figure
vmorgan
vmorgan
published a Repl
8 months ago
0
spending
spendingRestructure eand eliminate redundancy in code
vmorgan
vmorgan
published a Repl
8 months ago
0
quadrant
quadrantA program that allows an input of a pair of real numbers (x,y) point) and outputs the # of the quardant.
vmorgan
vmorgan
published a Repl
8 months ago
0
DateIsBefore
DateIsBeforeA program that inputs 2 month/day combos and outputs whether first date comes before the second using boolean awnsers.
vmorgan
vmorgan
published a Repl
8 months ago
0
computeTax
computeTaxget salary as input and output taxes due;
vmorgan
vmorgan
published a Repl
9 months ago
0
displacement
displacementcodestepbystep expressions
vmorgan
vmorgan
published a Repl
9 months ago
0
jackBuilt
jackBuiltCodestepbystep answers
vmorgan
vmorgan
published a Repl
9 months ago
0
rangeOfNumbers
rangeOfNumbersprints range of numbers
vmorgan
vmorgan
published a Repl
9 months ago
0
boughtmeacat
boughtmeacatusing loops and function to output a poem with the least amount of redundant code as possible.