Skip to content
View Kyblue11's full-sized avatar
🌴
On vacation
🌴
On vacation
  • Monash University

Highlights

  • Pro

Organizations

@C2001-Materials

Block or report Kyblue11

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
Kyblue11/README.md

🌠About me!

I'm a current student at Monash University majoring in Computer Science. I have a passion for solving complex problems and optimizing code efficiency. With a solid foundation in programming and design, I approach every challenge with the belief that there’s always an elegant solution waiting to be discovered.

I am particularly fascinated by the logic and implementation of data structures and algorithms, and I enjoy seeing how they can be applied to everyday problems.

streak graph languages graph

Tech Stack

python logo java logo javascript logo typescript logo haskell logo css3 logo html5 logo r logo markdown logo

Socials

☕Chill

Pinned Loading

  1. auto-mouse auto-mouse Public

    Automated python script from desktop to youtube video

    Python

  2. Linked List - Scroll down for tutorial Linked List - Scroll down for tutorial
    1
    # linked list item
    2
    class Node:
    3
        def __init__(self, data):
    4
            self.data = data
    5
            self.next = None
  3. Guitar-Hero Guitar-Hero Public archive

    A rythm-based game using Functional Reactive Programming

    TypeScript

  4. Markdown2HTML Markdown2HTML Public archive

    Convert input text into HTML-rendered format!

    Haskell

  5. MUF0051 MUF0051 Public archive

    Anki flashcard and notes for final exam / quiz preparation

  6. IOS-Calculator IOS-Calculator Public archive

    Using Functional Reactive Programming in Typescript - Calculator

    TypeScript