Trent Kelly

Computer Science Student

University of Minnesota '25

About Me!

Picture of me bruv
1 #include <string> 2 #include <iostream> 3 using namespace std; 4 5 class Person { 6 private: 7 int socialSecurityNum; 8 string celebrityCrush; 9 string myFeelings; 10 public: 11 string myName; 12 string school; 13 int gradYear; 14 string email; 15 string gitHub; 16 string resume; 17 18 Person(){ 19 myName = "Trent Kelly"; 20 school = "University of Minnesota"; 21 gradYear = 2025; 22 email = "trentjkelly@outlook.com"; 23 gitHub = "trentjkelly"; 24 resume = "Click Here!"; 25 } 26 27 void Hobbies(){ 28 cout << Marathon Running" << endl; 29 cout << Mediterranean Cooking" << endl; 30 cout << Playing Guitar" << endl; 31 cout << Mindfulness/Meditation" << endl; 32 cout << Weightlifting" << endl; 33 } 34 };

Relevant Coursework

Computer Science

CSCI 1133 - Introduction to Programming Concepts (Python)

CSCI 1933 - Introduction to Algorithms & Data Structures (Java)

CSCI 2011 - Discrete Structures

CSCI 2021 - Machine Architecture & Organization (C)

CSCI 2033 - Elementary Computational Linear Algebra

CSCI 2041 - Advanced Programming Principles (OCaml)

CSCI 3081W - Program Design & Development (C++)

CSCI 4041 - Algorithms & Data Structures

CSCI 4061 - Introduction to Operating Systems (C)

CSCI 4511W - Introduction to Artificial Intelligence (Python)

CSCI 4707 - Practice of Database Systems (SQL)

CSCI 5801 - Software Engineering I (C++)

Finance

ECON 1101 - Principles of Microeconomics

BA 2051 - Business Scenarios in Excel

ACCT 2051 - Introduction to Financial Reporting

FINA 3001 - Finance Fundamentals

Mathematics

MATH 1371 - CSE Calc I

MATH 1372 - CSE Calc II

STAT 3021 - Introduction to Probability & Statistics