Skip to content

Commit 97ec743

Browse files
authored
Update README.md
1 parent 969690d commit 97ec743

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ This repository contains examples of various algorithms which were written on di
55
## Implemented algorithms with languages:
66

77

8-
Language| Java | Python | Rust | C | C++ | JavaScript | Go | C# | Ruby | Swift | Racket | Perl
9-
---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
8+
Language| Java | Python | Rust | C | C++ | JavaScript | Go | C# | Ruby | Swift | Racket | Perl | Crystal
9+
---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
1010
A*Search | | :+1: | | | :+1: | | | |
1111
BellmanFord | :+1: | | | | :+1: | | | |
1212
BestFirstSearch | :+1: | | | | | | | | :+1: |
@@ -33,7 +33,7 @@ FloodFill Algorithm | :+1: | | | | | | | |
3333
Floyd'sAlgorithm | :+1: | :+1: | | | :+1: | | | |
3434
Greatest Common Divisor | :+1: |:+1:| :+1: | :+1: | :+1: | | | |
3535
Hamming Distance | :+1: | :+1: | | :+1: | | :+1: | :+1: | | :+1:
36-
HeapSort | :+1: | :+1: | | | :+1: | :+1: | :+1: | | :+1:
36+
HeapSort | :+1: | :+1: | | | :+1: | :+1: | :+1: | | :+1: | | | | :+1:
3737
Histogram equalization | :+1: | | | | | | | |
3838
InsertionSort | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1: | :+1:
3939
Inverse Fast Fourier Transform | | | | | :+1: | | | |

0 commit comments

Comments
 (0)