About | Features | Technologies | Requirements | Starting | License | Author
Repository used to study and implement the binary tree search algorithm
✔️ insert ✔️ Asc Order ✔️ Dec Order
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node/GoLang installed.
# Clone this project
$ git clone https://github.com/apenasgabs/binarysearchtree
# Access
$ cd binarysearchtree
# Install dependencies
$ npm i
# Run the project
$ npm run js
# to run the JavaScript version
$ npm run ts
# to run the TypeScript version
# to run the GoLang version
$ npm run go
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Gabriel Rodrigues