[HN Gopher] Algorithms and data structures implemented in many p...
       ___________________________________________________________________
        
       Algorithms and data structures implemented in many programming
       languages
        
       Author : feross
       Score  : 51 points
       Date   : 2022-09-23 20:03 UTC (2 hours ago)
        
 (HTM) web link (the-algorithms.com)
 (TXT) w3m dump (the-algorithms.com)
        
       | kragen wrote:
       | Looks like it's licensed under the X11 license:
       | https://github.com/TheAlgorithms/Python/blob/master/LICENSE....
       | 
       | The URLs are pretty shitty: https://the-
       | algorithms.com/algorithm/show-response
       | 
       | What I wanted to link to there was
       | https://github.com/TheAlgorithms/Python/blob/master/audio_fi...,
       | where we see that evidently doing an FFT in Python requires...
       | matplotlib?
       | 
       | And in
       | https://github.com/TheAlgorithms/Python/blob/master/backtrac...
       | we see a graph-coloring algorithm statically typed to use (lists
       | of) the built-in lists, so you can't store your graphs in a Numpy
       | matrix or a sparse matrix.
       | 
       | On the other hand, the doc strings are great, and seem to include
       | doctests for just about everything.
       | 
       | So I suspect that this is not going to be a very useful
       | repository for _reusable_ code, but it should be wonderful as a
       | learning resource.
        
         | voski wrote:
         | The README has a section about the code
         | 
         | > Implementations are for learning purposes only. As they may
         | be less efficient than the implementations in the Python
         | standard library, use them at your discretion.
        
       | smitty1110 wrote:
       | Also worth checking out: https://rosettacode.org
        
       ___________________________________________________________________
       (page generated 2022-09-23 23:00 UTC)