Skip to content

Basic Binary Search Tree Implementation with Tests#3

Merged
Alokxk merged 3 commits intopharo-containers:mainfrom
Alokxk:bst-initial-methods
Jun 22, 2025
Merged

Basic Binary Search Tree Implementation with Tests#3
Alokxk merged 3 commits intopharo-containers:mainfrom
Alokxk:bst-initial-methods

Conversation

@Alokxk
Copy link
Copy Markdown
Collaborator

@Alokxk Alokxk commented Jun 22, 2025

  • This PR implements the core foundation of the Binary Search Tree data structure with essential operations such as add:, includes:, inOrderDo:, height, isLeaf, isEmpty, size etc.
  • Added proper tests for all the methods implemented

@Alokxk Alokxk merged commit db183c3 into pharo-containers:main Jun 22, 2025
12 checks passed
@Alokxk Alokxk deleted the bst-initial-methods branch June 22, 2025 02:21
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.

1 participant