livingonhope's blog

By livingonhope, history, 5 months ago, In English

Hello , can u provide some resources to learn Trees and Graphs from scratch like some playlist or course and it should on a good level ( by that I mean I get problem solving as well not just the concepts ) it would be very helpful if u can provide some ..Thannks

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
5 months ago, hide # |
← Rev. 2  
Vote: I like it 0 Vote: I do not like it

Usaco Guide is pretty good e.g. introduction, and in silver section there's more stuff on traversal & intro to trees, and in gold there's some harder stuff.

It also has some good practice problems