Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 618 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 618 Bytes

Trees_n_Graphs

A Jupyter-python approch into a collection of concepts in data structures and algorithms(re-exercising some of what I learned while taking a course at uni) that I made during my college vacation.

Done with the coding part. Thinking of improving for some more in-depth and structural explanations as in my own notes in the Jupyter file.

*This is a personal code oriented breakthrough over tree concepts and implementation, it isn't my main theorical subjects' notes, the code is educational.

Bibliography:

  • Thomas H. Cormen, Charles E. Leiserson; Introduction to Algorithms; 3rd edition, 2009.