mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
README.md improved
This commit is contained in:
parent
2d07c5e5af
commit
1ba247863a
14
README.md
14
README.md
|
@ -1,4 +1,3 @@
|
|||
# data-structure-typed
|
||||
|
||||
Javascript Data Structure, TypeScript Data Structure Library
|
||||
|
||||
|
@ -18,16 +17,10 @@ npm install data-structure-typed
|
|||
|
||||
## Live Examples
|
||||
|
||||
[Live Examples](https://data-structure-typed-examples.vercel.app)
|
||||
[//]: # ([Live Examples](https://data-structure-typed-examples.vercel.app))
|
||||
|
||||
<a href="https://data-structure-typed-examples.vercel.app" target="_blank">Live Examples</a>
|
||||
|
||||
## Examples Repository
|
||||
|
||||
[Examples Repository](https://github.com/zrwusa/data-structure-typed-examples)
|
||||
|
||||
<a href="https://github.com/zrwusa/data-structure-typed-examples" target="_blank">Examples Repository</a>
|
||||
|
||||
## Data Structures
|
||||
|
||||
Meticulously crafted to empower developers with a versatile set of essential data structures. Our library includes a
|
||||
|
@ -102,6 +95,11 @@ Hash, Coordinate Set, Coordinate Map, Heap, Priority Queue, Max Priority Queue,
|
|||
<li><a href="https://data-structure-typed-docs.vercel.app/classes/UndirectedVertex.html"><span>Undirected<wbr/>Vertex</span></a></li>
|
||||
<li><a href="https://data-structure-typed-docs.vercel.app/classes/Vector2D.html"><span>Vector2D</span></a></li></ul></nav>
|
||||
|
||||
[//]: # ([Examples Repository](https://github.com/zrwusa/data-structure-typed-examples))
|
||||
|
||||
<a href="https://github.com/zrwusa/data-structure-typed-examples" target="_blank">Examples Repository</a>
|
||||
|
||||
|
||||
## Complexities
|
||||
|
||||
### performance of Big O
|
||||
|
|
Loading…
Reference in a new issue