Introduction

A picture of me.

Hi! My name is Chun Ho Lee and I'm a third year Computer Science student currently seeking a full-time job for April 2021.


Github Education Projects

Education

I attend the University of Toronto at Scarborough.

My completed courses so far:

CSCA20H3 Introduction to Programming
CSCA67H3 Discrete Mathematics
CTLA01H3 Foundations in Effective Academic Communication
MATA31H3 Calculus I for Mathematical Sciences
EESA06H3 Introduction to Planet Earth
EESA10H3 Human Health and the Environment
MATA23H3 Linear Algebra I
MGTA01H3 Introduction to Business
CSCA48H3 Introduction to Computer Science II
MATA37H3 Calculus II for Mathematical Sciences
VPMA93H3 Listening to Music
CSC207H1 Software Design
CSC236H1 Intro to Theory Comp
MAT235Y1 Calculus Sci II
CSC209H1 Soft Tools & Sys Prog
CSCB63H3 Design and Analysis of Data Structures
MATB24H3 Linear Algebra II
STAB52H3 An Introduction to Probability
CSCC01H3 Introduction to Software Engineering
CSCC37H3 Introduction to Numerical Algorithms for Computational Mathematics
CSCC46H3 Social and Information Networks
CSCC73H3 Algorithm Design and Analysis
CSCD27H3 Computer and Network Security

A picture of the UTSC logo.

Projects

Data Aggregation Software

A database aggregation software completed as a team of 5.

  • Developed ”user friendly” interface where users can enter data into a simple interface or through the usage of Excel.
  • Data is aggregated into graphs and the software queries any data the user may want to see.
  • Users register as either a member, administrator, or maintenance staff and given different levels of privileges.
  • Team members: Alon Djurinsky, Christopher Recillo, Chun Ho Lee, Stephen Liu, Yunan (Anny) Shi
    Language: Java
    Source Code

    Mancala Server

    A hostable server for playing the game Mancala.

  • Developed ability to play online with anyone with the usage of an unused port number.
  • Able to join the game at any time as long as the game is not complete.
  • Unlimited number of players can connect and play the game.
  • Language: C
    Source Code

    Tower of Hanoi

    A game of Tower of Hanoi with draggable discs.

  • Graphic displays of stools and number of discs.
  • Able to pick the number of discs to initialize the game.
  • Configures optimal solution to the problem at any stage of the game if user gives up.
  • Language: Python
    Source Code