-
Notifications
You must be signed in to change notification settings - Fork 339
Description
While going through github I found some github repository which talk about data structure and algorithm in different languages (mostly python).
A quick google search on data structre and algo for github given me lot of link with implementation in different languages (again mostly python)
Few of them are (top rated)-
https://github.com/TheAlgorithms
https://github.com/keon/algorithms
In 'TheAlgorithm' repo i found they have implementation in almost every language except Perl.
So, I just thought of why we don't have any such repo (Pardon my ignorance if we have).
I know some of us will this this is trivial, but for a new commer(who just freshly graduated) such things are boon. If we want to attract new people in community we should have data structure and algorithm in Perl/Raku.
So, just a suggestion , is it possible to have this thing as weekly challenge ? (say implementation 'sorting/tree' etc. in Perl/Raku) and have a separated repo for all DS implementation in Perl/Raku ?
I think both Perl and Raku will benefit from this (especially Raku).