Kushal997-das / Hacktoberfest-2024

This repository aims to help code beginners with their first successful pull request and open source contribution. 🥳🎯🚀
https://kushal997-das.github.io/Hacktoberfest-2024/
MIT License
72 stars 128 forks source link

Adding new problem: Linked List to Binary Tree #198

Open MeenakshiAM opened 1 day ago

MeenakshiAM commented 1 day ago

Hello @Kushal997-das, I would like to contribute a solution to the problem "Linked List to Binary Tree" tagged as a medium-level problem on GeeksforGeeks. My solution involves converting a linked list into a binary tree using a breadth-first approach and a queue to keep track of tree nodes as we process each element of the linked list.

Request:

Please assign this issue to me and add the Hacktoberfest tag. This will be my first opensource contribution, and I'm participating in Hacktoberfest. It would mean a lot to have this be part of my journey into the opensource community.

github-actions[bot] commented 1 day ago

@MeenakshiAM

Welcome to the Project!

Thank you for opening this Issue 🙌! We’re thrilled to have you join us for Hacktoberfest 💖. We’ll review your submission and get back to you shortly.

In the meantime, please remember to give this repo a star! ⭐ We appreciate your contribution!