EvgenyKarkan / EKAlgorithms

EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k stars 363 forks source link

add recursive depth-first search #97

Closed vermont42 closed 8 years ago

vermont42 commented 8 years ago

The recursive algorithm for depth-first search is much simpler than the non-recursive version.