Adding OpenDSA interactive book

OpenDSA is an OSS project which offers an interactive web-based data structure and algorithms eTextbook
https://github.com/OpenDSA/OpenDSA/

I think it is a great DSA textbook which I used to read while studying the data structure course in the university. It is rich with animated examples which gives a great studying experience (almost every algorithm and data structure is animated and can be adjusted by the reader). 
I think it can be listed, as a DSA reference.
This commit is contained in:
Hamza 2022-01-31 15:49:13 +03:00 committed by GitHub
parent 90ae924c1f
commit c0fa9bd57a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ Name | Author(s)
[Category Theory for Programmers: The Preface](https://bartoszmilewski.com/2014/10/28/category-theory-for-programmers-the-preface/) | Bartosz Milewski
[An Introduction to Information Retrieval](https://nlp.stanford.edu/IR-book/pdf/irbookonlinereading.pdf) | Christopher D. Manning, Prabhakar Raghavan, Hinrich Schütze
[Computer Science: An interdisciplinary approach](https://introcs.cs.princeton.edu/java/cs/) | Robert Sedgewick, Kevin Wayne
[OpenDSA: Data Structures and Algorithms](https://opendsa-server.cs.vt.edu/OpenDSA/Books/Everything/html/) | The OpenDSA Project (supported by National Science Foundation)
## Applications