-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (113 loc) · 5.87 KB
/
index.html
File metadata and controls
150 lines (113 loc) · 5.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>typescriptds documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./styles/dark.css">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top visible-xs">
<a href="./" class="navbar-brand">typescriptds documentation</a>
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
</div>
<div class="xs-menu menu" id="mobile-menu">
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
</div>
<div class="container-fluid main">
<div class="row main">
<div class="hidden-xs menu">
<compodoc-menu mode="normal"></compodoc-menu>
</div>
<!-- START CONTENT -->
<div class="content getting-started">
<div class="content-data">
<div><img src="https://sourceouverte.github.io/assets/tsdslogo.png" /></div>
<p><a href="https://github.com/sourceouverte/tsds/actions/workflows/deploy.yml"><img src="https://github.com/sourceouverte/tsds/actions/workflows/deploy.yml/badge.svg" alt="Generate Documentation" class="img-responsive"></a>
<a href="https://github.com/sourceouverte/tsds/actions/workflows/npm-publish.yml"><img src="https://github.com/sourceouverte/tsds/actions/workflows/npm-publish.yml/badge.svg" alt="Node.js Package" class="img-responsive"></a></p>
<h1 id="data-structures-in-typescript">Data Structures in Typescript</h1>
<p>Library of <strong>data structures</strong> implemented in Typescript.</p>
<h3 id="data-structures-implemented-in-this-library">Data structures implemented in this library</h3>
<ul>
<li><a href="https://sourceouverte.github.io/classes/Graph.html">Graph</a></li>
<li><a href="https://sourceouverte.github.io/classes/LinkedList.html">LinkedList</a></li>
<li><a href="https://sourceouverte.github.io/classes/Queue.html">Queue</a></li>
<li><a href="https://sourceouverte.github.io/classes/Stack.html">Stack</a></li>
<li><a href="https://sourceouverte.github.io/classes/Tree.html">Tree</a></li>
</ul>
<h2 id="to-test-the-project">To test the project</h2>
<ul>
<li><code>npm run test</code> - To test the library</li>
<li><code>test-watch</code> - To test the library in watch mode</li>
<li><code>test-coverage</code> - To generate the test coverage</li>
<li><code>npm run build</code> - To build the library</li>
<li><code>npm run docs</code> - To generate the docs</li>
</ul>
<h2 id="library-documentation">Library documentation</h2>
<ul>
<li><a href="https://sourceouverte.github.io/index.html">Documentation</a></li>
</ul>
<h2 id="contributors">Contributors</h2>
<table class="table table-bordered compodoc-table">
<thead>
<tr>
<th><img src="https://sourceouverte.github.io/assets/contributor_pics/madhur_avatar.png" width="95"/> <br> <a href="https://github.com/madhurahuja">Madhur Ahuja</a></th>
<th align="left"><img src="https://sourceouverte.github.io/assets/contributor_pics/rajdeep_avatar.png" width="95"/> <br> <a href="https://github.com/rajdeepratan">Rajdeep Ratan</a></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div><div class="search-results">
<div class="has-results">
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
<ul class="search-results-list"></ul>
</div>
<div class="no-results">
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
</div>
<label class="dark-mode-switch">
<input type="checkbox">
<span class="slider">
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
</svg>
</span>
</label>
<script>
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
var COMPODOC_CURRENT_PAGE_CONTEXT = 'getting-started';
var COMPODOC_CURRENT_PAGE_URL = 'index.html';
var MAX_SEARCH_RESULTS = 15;
</script>
<script src="./js/libs/custom-elements.min.js"></script>
<script src="./js/libs/lit-html.js"></script>
<script src="./js/menu-wc.js" defer></script>
<script nomodule src="./js/menu-wc_es5.js" defer></script>
<script src="./js/libs/bootstrap-native.js"></script>
<script src="./js/libs/es6-shim.min.js"></script>
<script src="./js/libs/EventDispatcher.js"></script>
<script src="./js/libs/promise.min.js"></script>
<script src="./js/libs/zepto.min.js"></script>
<script src="./js/compodoc.js"></script>
<script src="./js/tabs.js"></script>
<script src="./js/menu.js"></script>
<script src="./js/libs/clipboard.min.js"></script>
<script src="./js/libs/prism.js"></script>
<script src="./js/sourceCode.js"></script>
<script src="./js/search/search.js"></script>
<script src="./js/search/lunr.min.js"></script>
<script src="./js/search/search-lunr.js"></script>
<script src="./js/search/search_index.js"></script>
<script src="./js/lazy-load-graphs.js"></script>
</body>
</html>