> For the complete documentation index, see [llms.txt](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.ivanzakutnii.com/the-hard-way-to-swe-excellence/learning-path/algorithms-and-data-structures-2-2.md).

# Algorithms and Data Structures 2/2

Now it's time to go deeper into Algorithms.

1. Study the topic of *Recursion* and *Tail Recursion* thoroughly and work through some problems.
2. Now return to [Algorithms and Data Structures 1/2](/the-hard-way-to-swe-excellence/learning-path/algorithms-and-data-structures-1-2.md) learning recommendations (use the recommended books and approach) and study the remaining structures and topics:

* Trees/Binary (Search) Trees
* Graphs
* Sorting
* Searching

There's not much to add. May the force be with you!
