algorithms-js icon indicating copy to clipboard operation
algorithms-js copied to clipboard

Implement Optimization Algorithms

Open manrajgrover opened this issue 7 years ago • 9 comments

  • [ ] Viterbi algorithm

manrajgrover avatar Aug 29 '17 13:08 manrajgrover

@manrajgrover I will claim this and work on implementing Viterbi algorithm. Let me know if anyone is working on this implementation.

junhouse avatar Oct 31 '18 18:10 junhouse

Hi. I want to work on this. Can I have more information regarding this issue.??

ashutosh-b-b avatar Oct 03 '19 03:10 ashutosh-b-b

@manrajgrover @junhouse @ashutosh-b-b Has anyone done any work on this in the last 10 months? Or come across any specific use cases? I'm looking for somewhere to practice a few pull requests and reviews, and this looks like an interesting problem to work on.

formulahunter avatar Aug 06 '20 21:08 formulahunter

Also Manraj if you've found a maintainer do you mind @mentioning them here too?

formulahunter avatar Aug 06 '20 21:08 formulahunter

Hi @remes2000, are you maintaining this project? I've forked this repo and cloned from that for work on my local machine, and I now see that that means I'm pushing commits to my own repo. Granted I'm new to this, but it seems like merging pull requests from a forked repository would be more difficult than from a direct clone of this one.

Any advice on the best way to set this up for making contributions?

formulahunter avatar Aug 07 '20 15:08 formulahunter

Hi. Yes, I currently take care of this project. First off all, You have to fork this repo and then clone it to your local machine. Then create a new branch by typing "git checkout -b [branch name]", then write some code and commit changes. After that push Your branch to your forked repository. Then You can create pull request. After that, I'll review your PR and decide if it's ready to be merged.

Remember to run "npm run test" and "npm run lint" commands, and to pull current master to your branch before sending PR. If something is unclear for You, feel free to contact me. I'll explain everything :)

remes2000 avatar Aug 08 '20 12:08 remes2000

Thanks for the explanation!

formulahunter avatar Aug 08 '20 16:08 formulahunter

Hi @remes2000 is anyone still working on the case? If no, could you please explain to me a little more about the project, I'm a newbie and would like to contribute...

Edu93Jer avatar Dec 06 '20 16:12 Edu93Jer

is this still open?

soham-sagade avatar Apr 09 '22 10:04 soham-sagade