Hello! I want to share the latest progress we made on this project. With the help of ZoomRmc, we wrote a contributing.md file describing what we expect for new algorithmic contributions. We got several nice workflows from Vil02 checking the contributions on the three OSes for the latest compiler version at each commit and once per month. It also runs nimpretty and tells us if we can prettify our code.
You can check our contributions on the website: <https://the-algorithms.com/language/nim> One latest contribution from Satin Wuker is available here: <https://github.com/TheAlgorithms/Nim/blob/main/searches/linear_search.nim> I would be happy to get your opinion on the style, possible improvements or algorithms you would like to see implemented.