Skip to content

Commit

Permalink
feat: Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
fwx5618177 authored and moxi committed Aug 20, 2023
1 parent 89805ea commit c9c59a7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
> English | [中文](ReadMe-CN.md)
# Graphlib

Graphlib is a JavaScript library that provides data structures for undirected
Expand Down
18 changes: 18 additions & 0 deletions ReadMe-CN.md
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的命名空间下。


0 comments on commit c9c59a7

Please sign in to comment.