Skip to content
View realtrollery's full-sized avatar

Block or report realtrollery

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 100 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
realtrollery/README.md
  • 👋 Hi, I’m Doyoon Yi
  • 👀 I’m interested in computer science
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me Email: [email protected]

Popular repositories Loading

  1. day-1-Homework day-1-Homework Public

    Python 1

  2. realtrollery realtrollery Public

    Config files for my GitHub profile.

  3. Sieve-Of-Eratosthenes Sieve-Of-Eratosthenes Public

    Sieve of Eratosthenes

    Python

  4. Binary-Search-Algorithm Binary-Search-Algorithm Public

    Binary Search Algorithm Function, used to find a certain value in a sorted list and runs in O(log(n)) time.

    Python

  5. Two-Pointers Two-Pointers Public

    Two Pointers Algorithm used to find a partial sum of an integer array.

    Python

  6. BFS BFS Public

    Breadth First Search Algorithm that searches a graph. This particular implementation can be used to count how many chunks are in the graph.

    Python