forked from dagrejs/graphlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89805ea
commit c9c59a7
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# 进度 | ||
- [ ] 翻译 [API](https://github.com/dagrejs/graphlib/wiki/API-Reference) - 2022/03/22 23:08 | ||
|
||
> 中文 | [English](ReadMe.md) | ||
[TOC] | ||
|
||
# 介绍 | ||
`Graphlib`是一个JavaScript Lib库,为无向和有向多变图提供数据结构,以及可以一起使用的算法。 | ||
|
||
[![Build Status](https://secure.travis-ci.org/dagrejs/graphlib.svg)](http://travis-ci.org/dagrejs/graphlib) | ||
|
||
更多学习内容, 查看[wiki](https://github.com/cpettitt/graphlib/wiki)。 | ||
|
||
# API 指南 | ||
本部分主要阐述graphlib的概念并提供API指南。默认情况下,graphlib函数和对象暴露在graphlib的命名空间下。 | ||
|
||
|