yashasvi-goel / Algorithms-Open-Source

We have a task for each skill level!!
32 stars 27 forks source link

Viterbi algorithm #3

Open yashasvi-goel opened 4 years ago

yashasvi-goel commented 4 years ago

Ubiquitous in cell phone technology, and many other applications, Viterbi algorithm is a Dynamic Programming based algorithm that finds the most likely sequence of states.

tylerkastner commented 4 years ago

I would like to implement this in C!

yashasvi-goel commented 4 years ago

@tylerbk6 Go on!

yashasvi-goel commented 3 years ago

@tylerbk6 any progress man?