Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversion of Linked List to Balanced Binary Search Tree #1835

Merged
merged 6 commits into from
Nov 10, 2024

Conversation

aditiverma-21
Copy link
Contributor

Convert Linked List to Balanced Binary Search Tree

Description: Given a sorted linked list, convert it into a balanced binary search tree.
Potential Use Case: Useful for converting sequentially sorted data into a tree format for faster access in search-related applications.

FIXES ISSUE #1809

@aditiverma-21
Copy link
Contributor Author

aditiverma-21 commented Nov 10, 2024

@pankaj-bind Please Merge this PR

@aditiverma-21
Copy link
Contributor Author

@pankaj-bind Merge this PR please

@aditiverma-21
Copy link
Contributor Author

New Algo UNROLL LINKED LIST FIXES #1850

@aditiverma-21
Copy link
Contributor Author

Added the assigned work

@pankaj-bind pankaj-bind merged commit 2fac1e8 into AlgoGenesis:main Nov 10, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants