Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.13 KB

README.md

File metadata and controls

61 lines (46 loc) · 2.13 KB

CS121 Projects

My projects/submissions for CSCE 121 H

Live as if you were to die tomorrow. Learn as if you were to live forever.


Overview 🚁 (ordered by ⌚)

Look at each project's README for more information.

  • event driven programming
  • iterators, classes, enum
  • create a "word cloud"
  • read in file(s) & analyze word frequency against collection
  • implement a matrix class
  • 🌺 Data Science application (Iris)

Read user input of text and perform operations on polynomials

Calculate the approximate distance between 2 points in Texas

Analyze DNA from *.fasta file, protein table, amino acid sequences

calculate the square root of a float given on the comand line, generate subsets

Build a vending machine that is interactive program with user input

Write a simulation of a vending machine.  This will be an interactive
program, where the user will enter commands on the console...
...
  • take in a data file and display asterisks for a plot with 20 bins
Write a C++ program that reads a list of numbers in from a file,
prints out some statistics (count, range, mean, standard deviation),
and then prints a histogram of the values in ASCII...
  • Build a "cal" (unix native program) ASCII in C++
  • flag certain dates (Independence Day, Halloween, Christmas)
Write a C++ program that takes the month (1-12) and year on the command-line,
and prints out a format calendar (in ASCII) for that month.

Read the month and year as command-line args.
...