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.
🌴
On vacation
Highlights
- Pro
Pinned Loading
-
-
Linked List - Scroll down for tutorial
Linked List - Scroll down for tutorial 1# linked list item
2class Node:
3def __init__(self, data):
4self.data = data
5self.next = None
-
Guitar-Hero
Guitar-Hero Public archiveA rythm-based game using Functional Reactive Programming
TypeScript
-
-
-
IOS-Calculator
IOS-Calculator Public archiveUsing Functional Reactive Programming in Typescript - Calculator
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.