DEV Community

HunorVadaszPerhat profile picture

HunorVadaszPerhat

Software Engineer

Location Danmark Joined Joined on  github website twitter website

Education

Master's Degree in Computer Science and Informatics

Work

Software Engineer @ DXC Technology, Denmark

Binary Tree Construction from Inorder and Preorder Traversals 🌳🔍

Binary Tree Construction from Inorder and Preorder Traversals 🌳🔍

1
Comments
2 min read
React Playlist Manager: A Singly Linked Approach🌟🎶

React Playlist Manager: A Singly Linked Approach🌟🎶

Comments
1 min read
Java - 🧐 Checking Out if Empty with `isEmpty()`: Doubly Linked List 📖

Java - 🧐 Checking Out if Empty with `isEmpty()`: Doubly Linked List 📖

Comments
1 min read
Java - 📏 Measuring Up `size()`- Doubly Linked List 📖

Java - 📏 Measuring Up `size()`- Doubly Linked List 📖

Comments
1 min read
Java - Singly Linked List and its common methods 📖

Java - Singly Linked List and its common methods 📖

Comments
3 min read
Java - 🔄 `reverse()`: Turning Your Singly Linked List World Upside Down 🙃

Java - 🔄 `reverse()`: Turning Your Singly Linked List World Upside Down 🙃

Comments
1 min read
Java - 🚫 `removeAt(index)`: cleaning with one Index at a Time 🗑️

Java - 🚫 `removeAt(index)`: cleaning with one Index at a Time 🗑️

Comments
1 min read
Java - 🎯 `insertAt(index, data)` in Your Singly Linked List 📍

Java - 🎯 `insertAt(index, data)` in Your Singly Linked List 📍

Comments
1 min read
Java - Spring Cleaning with the `clear()` 🧼🧹

Java - Spring Cleaning with the `clear()` 🧼🧹

Comments
1 min read
Java - Finding Your Node's Place with `get(index)`! 💁‍♂️

Java - Finding Your Node's Place with `get(index)`! 💁‍♂️

Comments
1 min read
Java - Singly Linked Lists: Playing Detective with `find(data)` 🕵️‍♂️

Java - Singly Linked Lists: Playing Detective with `find(data)` 🕵️‍♂️

Comments
1 min read
Java - Singly Linked Lists: Showcasing with `printList()` 🌟

Java - Singly Linked Lists: Showcasing with `printList()` 🌟

Comments
1 min read
Java - Singly Linked Lists: Goodbyes with `deleteWithValue(data)` 🌊

Java - Singly Linked Lists: Goodbyes with `deleteWithValue(data)` 🌊

Comments
2 min read
Java - Singly Linked Lists: Starting at the Top with `prepend(data)` 🎩

Java - Singly Linked Lists: Starting at the Top with `prepend(data)` 🎩

Comments
1 min read
Java - Singly Linked Lists: How to Append Like a Pro! 💾

Java - Singly Linked Lists: How to Append Like a Pro! 💾

Comments
2 min read
Java - Understanding the Singly Linked List: Counting Nodes with size()

Java - Understanding the Singly Linked List: Counting Nodes with size()

Comments
1 min read
Java - Singly Linked Lists and the `isEmpty()` method

Java - Singly Linked Lists and the `isEmpty()` method

Comments
2 min read
JavaScript - Singly Linked List - push() method

JavaScript - Singly Linked List - push() method

2
Comments
3 min read
loading...