Welcome to my website!

💼 Connect with me on LinkedIn

I'm Yahia Abouelnasr — this is my personal space to showcase my projects, code, and learning journey.


🧰 Java Custom Lists Project

I built my own versions of Java’s ArrayList and LinkedList from scratch and tested their performance using a custom tester.

🔗 View the full project on GitHub


🧮 Advanced Priority Queue Project

I implemented a dynamic Java PriorityQueue using a parameterized heap that supports both min-heap and max-heap modes, and tested its performance using a custom tester.

🔗 View the full project on GitHub