Skip to content

feat: 添加数据结构与算法八股中的二叉树和搜索树相关内容 #24

feat: 添加数据结构与算法八股中的二叉树和搜索树相关内容

feat: 添加数据结构与算法八股中的二叉树和搜索树相关内容 #24

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
name: Build Test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up `pnpm`
uses: pnpm/action-setup@v4
with:
run_install: true
- name: Build
run: pnpm build