💼 Connect with me on LinkedIn
I'm Yahia Abouelnasr — this is my personal space to showcase my projects, code, and learning journey.
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
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.