-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (17 loc) · 897 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html> <head>
<title>Data Structures & Algorithms code and documentation</title>
</head>
<body>
<h1>Data Structures & Algorithms code and documentation</h1>
<p>
This code and documentation supports the Data Structures &
Algorithms titles by Goodrich, Tamassia, and Goldwasser, as published
by <a href="https://www.zybooks.com/catalog/data-structures-algorithms-java/">zybooks.com</a>.
</p>
<table style="border-spacing: 30px;">
<tr><td>Java:</td><td><a href="https://github.com/goldwasser/DSAJ">source code</a></td><td><a href="DSAJ">docs</a></td></tr>
<tr><td>Python:</td><td><a href="https://github.com/goldwasser/DSAP">source code</a></td><td><a href="DSAP">docs</a></td></tr>
<tr><td>C++:</td><td><a href="https://github.com/goldwasser/DSAC">source code</a></td><td><a href="DSAC">docs</a></td></tr>
</table>
</body> </html>