.. dsa-templates documentation master file, created by sphinx-quickstart on Wed Jun 19 13:16:13 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. image:: _static/logo.png :align: center Welcome to DSA Templates! ========================================= Collection of data structures and algos implementations in Python 3 and Rust .. note:: You can see code of all functions on this site by clicking on `[source]` as usual in tech docs. Maybe it is not the best approach to show implementations of algos and data structures and I should add more explicit code snippets. Hope this website will be useful for your journey in the world of algorithms and data structures. .. note:: Rust examples are coming soon... .. toctree:: :caption: Contents: Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. toctree:: :maxdepth: 2 :caption: Contents: stack queue all_subsets linked_list binary_search binary_tree binary_search_tree tree graph heap trie greedy dynamic_programming backtracking union_find minimum_spanning_tree fenwick_tree segment_tree sorted_list interval_tree suffix_array suffix_tree topological_sort maximum_flow string_matching knapsack divide_and_conquer sorting multiset one_line