Description
Hacktoberfest is during the month of october and we wanted to open up submissions for any algorithm in any language that is currently missing. This should follow the How to Contribute wiki, and missing implementations can be found with @julianschacher's Language Implementation Progress Monitor (LIPM). If you are having trouble with git and version control, please also check out the video guide by @Butt4cak3
There are also quite a few languages that need to be updated, namely most C++ implementations and any implementations missing both example code and code that fits into the in-text code snippets. For example, there are certain algorithms that have julia code instead of the language chosen simply because the language does not have that code snippet implemented yet.
Activity
[-]Missing aThat's oklgorithm implementations #hacktoberfest[/-][+]Missing algorithm implementations #hacktoberfest[/+]leios commentedon Sep 28, 2018
Here is a list of all the partially complete language implementations:
Convolutions:
Cooley-Tukey:
Gaussian Elimination
Tree Traversal
Verlet Integration
FFT (adding test against actual FFT libraries)
Of course, if there are any language implementations that look funny, Feel free to update those too!
[-]Missing algorithm implementations #hacktoberfest[/-][+]Missing algorithm implementations[/+]leios commentedon Nov 1, 2018
These issues are still present, even after hacktoberfest, so I will leave this open as a general issue. As a note, I might continually update this issue as more inconsistencies arise.
leios commentedon Dec 24, 2018
@jiegillet We are specifically missing some scratch code here.
I don't remember who did rust, but I do remember who did LabVIEW and matlab and I'm pretty sure those will not be updated soon... Not sure what to do with those for now.
leios commentedon Dec 26, 2018
I just updated the previous list to include information about the FFT chapter (undergoing revision). Basically, all of the implementations besides julia do not have an appropriate test against an actual FFT library.
As a note, you guys should maybe wait a week on this until after the revisions for this chapter are complete.
11 remaining items