abdonkov / DSA

Data structures and algorithms in C#
MIT License
687 stars 115 forks source link

RobiniaDocs API Explorer #5

Closed NeuroXiq closed 1 year ago

NeuroXiq commented 1 year ago

Maybe You will be interested in hosting API Explorer online:

Static Badge

https://www.robiniadocs.com/d/dsa-algorithms/api/DSA.Algorithms.Graphs.html

abdonkov commented 1 year ago

Thanks for the offer, but I've created this project at the time as a learning experience and as an option for others to see implementations of various algorithms and data structures. A means to better understand how they work and what they do.

As I see it, the project is more of a reference to the DSA implementation and not so much for usage (although it is optimized enough to not degrade the understanding of the concept at hand, but still not really production ready I guess).

So I don't think there is really a benefit to an API explorer exactly.