Algo_Ds_Notes icon indicating copy to clipboard operation
Algo_Ds_Notes copied to clipboard

Binary Search Tree in Go

Open tech-geek29 opened this issue 4 years ago • 1 comments

Fixes #2199

Checklist:

  • [x] 4 space indentation.
  • [x] Coding conventions are followed.
  • [x] Input is taken dynamically.
  • [x] Sample Input / Output is added at the end of file.
  • [x] Logic Documentation (Comments).
  • [x] File names are correct.

Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!

Changes proposed in this pull request:

  • Added the Go implementation for Binary Search Trees
  • Also added few other examples of 1-D Arrays in Go

Languages Used:

  • Go

Files Added:

  • Binary_Search_Trees/go/BinarySearchTree.go
  • 1-D_Array/Go/code/EvenOdd.go
  • 1-D_Array/Go/code/FrequencyOfAnElement.go
  • 1-D_Array/Go/main.go

We're happy to help you get this ready -- don't be afraid to ask for help.

Thanks!

tech-geek29 avatar Dec 26 '20 07:12 tech-geek29

Hi @jainaman224 Can you please review and merge the above Fix?

tech-geek29 avatar Dec 26 '20 07:12 tech-geek29