Skip to content
View seoserang's full-sized avatar

Block or report seoserang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
seoserang/README.md
  • 👋 Hi, I’m @seoserang, call me Simon.
  • 👀 I’m interested in software developer jobs, entry level, junior level, any. Also I am easy going so if you're looking for someone to practice C++ like projects from leetcodes, advent of code, or whatever, email me.
  • 🌱 I’m currently learning more into C++.
  • 📫 How to reach me: [email protected] I upload my projects on here for resume and jobs as my portfolio.

Popular repositories Loading

  1. countTrees countTrees Public

    Advent of Code Day 3 2020: This project reads from a custom format text file and counts the number of trees from going through a specific slope in which part 1 is -1/3 - down 1, right 3. Part 2 wil…

    C++ 1

  2. quantumfoundation quantumfoundation Public

    This project studies the evolution of qubits through 2 qubit state using CNOT gate.

    Jupyter Notebook 1

  3. seoserang seoserang Public

    Config files for my GitHub profile.

  4. calculateTwoCoins calculateTwoCoins Public

    Advent of Code: Day 1 2020: This project has 2 parts in which are similar. Part 1: Read from txt file and find num1 and num2 that add to 2020 and display num1*num2. Part 2: Do the same as part 1 bu…

    C++

  5. passwordCheck passwordCheck Public

    Advent of Code Day 2 2020: This project reads from custom format text file a list of potential passwords and reads how many are viable. https://adventofcode.com/2020/day/2

    C++

  6. mazeWithSharks mazeWithSharks Public

    This project is from Santa Monica College CS20A (C++ Data Structure) with Professor Nguyen for Fall 2020. This projects uses 3 data structures: Linked List as it's primary structure, queue and stac…

    C++