Fix typo
This commit is contained in:
parent
46b7e5f6d4
commit
dad5624a1d
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ Following are some common algorithms classified into groups.
|
|||
- [other](other.md)
|
||||
- [A*](a_start.md): path searching algorithm, used by [AI](ai.md) in many [games](game.md)
|
||||
- [backpropagation](backpropagation.md)
|
||||
- [fizzbugg](fizzbugg.md): problem/simple algorithm given in job interviews to filter out complete [noobs](noob.md)
|
||||
- [fizzbuzz](fizzbuzz.md): problem/simple algorithm given in job interviews to filter out complete [noobs](noob.md)
|
||||
- [FFT](fft.md): quickly converts signal (audio, image, ...) to its representation in frequencies, one of the most famous and important algorithms
|
||||
- [Huffman coding](huffman_code.md): [compression](compression.md) algorithm
|
||||
- [Kalman filter](kalman_filter.md)
|
||||
|
|
Loading…
Reference in a new issue