Skip to content

feat: add is binary search tree problem #46

feat: add is binary search tree problem

feat: add is binary search tree problem #46

Workflow file for this run

name: ci
on:
push:
paths:
- "**.go"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Test
run: go test -v ./...