Java icon indicating copy to clipboard operation
Java copied to clipboard

Implement Binary Search Tree with basic operations

Open ArsiyaTasleem90250 opened this issue 3 weeks ago • 1 comments

This class implements a Binary Search Tree with methods for insertion, deletion, and traversal (inorder, preorder, postorder). It also includes a main method for user interaction to perform these operations.

  • [ ] I have read CONTRIBUTING.md.
  • [ ] This pull request is all my own work -- I have not plagiarized it.
  • [ ] All filenames are in PascalCase.
  • [ ] All functions and variable names follow Java naming conventions.
  • [ ] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [ ] All new code is formatted with clang-format -i --style=file path/to/your/file.java

ArsiyaTasleem90250 avatar Nov 20 '25 09:11 ArsiyaTasleem90250