Skip to content

Missing algorithm implementations #394

Open
@leios

Description

@leios

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

changed the title [-]Missing aThat's oklgorithm implementations #hacktoberfest[/-] [+]Missing algorithm implementations #hacktoberfest[/+] on Sep 28, 2018
leios

leios commented on Sep 28, 2018

@leios
MemberAuthor

Here is a list of all the partially complete language implementations:

Convolutions:

  • Haskell

Cooley-Tukey:

  • Haskell
    Scratch

Gaussian Elimination

  • Rust

Tree Traversal

  • JavaScript
    Haskell

Verlet Integration

  • Matlab
    LabVIEW
    Scratch
    Haskell

FFT (adding test against actual FFT libraries)

  • C
    C++
    Python
    Clojure
    Haskell
    Scratch

Of course, if there are any language implementations that look funny, Feel free to update those too!

changed the title [-]Missing algorithm implementations #hacktoberfest[/-] [+]Missing algorithm implementations[/+] on Nov 1, 2018
removed
HacktoberfestThe label for all Hacktoberfest related things!
on Nov 1, 2018
leios

leios commented on Nov 1, 2018

@leios
MemberAuthor

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.

pinned this issue on Dec 14, 2018
leios

leios commented on Dec 24, 2018

@leios
MemberAuthor

@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

leios commented on Dec 26, 2018

@leios
MemberAuthor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    GeneralHacktoberfestThe label for all Hacktoberfest related things!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Missing algorithm implementations · Issue #394 · algorithm-archivists/algorithm-archive