You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1728,6 +1728,7 @@ <h2 id="algorithms-and-design-patterns">Algorithms and Design Patterns</h2>
1728
1728
<p><em>Python implementation of algorithms and design patterns.</em></p>
1729
1729
<ul>
1730
1730
<li><ahref="https://github.com/keon/algorithms">algorithms</a> - Minimal examples of data structures and algorithms in Python.</li>
1731
+
<li><ahref="https://github.com/erikrose/more-itertools">more-itertools</a> - More routines for operating on iterables, beyond <code>itertools</code>.</li>
1731
1732
<li><ahref="https://github.com/tylerlaberge/PyPattyrn">PyPattyrn</a> - A simple yet effective library for implementing common design patterns.</li>
1732
1733
<li><ahref="https://github.com/faif/python-patterns">python-patterns</a> - A collection of design patterns in Python.</li>
1733
1734
<li><ahref="https://github.com/grantjenks/python-sortedcontainers">sortedcontainers</a> - Fast, pure-Python implementation of SortedList, SortedDict, and SortedSet types.</li>
0 commit comments