Skip to content

feat: add treesort algorithm#217

Merged
raklaptudirm merged 5 commits into
TheAlgorithms:masterfrom
tamaf96:typescript-treesort
Dec 15, 2023
Merged

feat: add treesort algorithm#217
raklaptudirm merged 5 commits into
TheAlgorithms:masterfrom
tamaf96:typescript-treesort

Conversation

@tamaf96

@tamaf96 tamaf96 commented Dec 3, 2023

Copy link
Copy Markdown
Contributor

Adding tree sort algorithm with tests.

@appgurueu appgurueu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not reimplement binary search trees. Rather, it should use the binary search trees we already have (https://github.com/TheAlgorithms/TypeScript/blob/master/data_structures/tree/binary_search_tree.ts), which will make this PR pretty much trivial.

@tamaf96 tamaf96 requested a review from appgurueu December 10, 2023 11:18
@tamaf96

tamaf96 commented Dec 10, 2023

Copy link
Copy Markdown
Contributor Author

Thank you for the review, I have implemented your suggestion.

Comment thread sorts/tree_sort.ts Outdated
@tamaf96 tamaf96 requested a review from appgurueu December 10, 2023 20:22
@raklaptudirm raklaptudirm merged commit e0ae744 into TheAlgorithms:master Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants