Skip to content

Commit dceae90

Browse files
author
alexey.mozheyko
committed
Update README
1 parent fa96268 commit dceae90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Algorithms in Javascript
22

3+
[![unit-tests](https://github.com/alexmozheyko/js-algorithms/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/alexmozheyko/js-algorithms/actions/workflows/unit-tests.yml)
4+
[![editorconfig-check](https://github.com/alexmozheyko/js-algorithms/actions/workflows/editorconfig-check.yml/badge.svg)](https://github.com/alexmozheyko/js-algorithms/actions/workflows/editorconfig-check.yml)
5+
36
## A collection of the most famous algorithms implemented in Javascript:
47

58
1. [Binary search](src/binary-search)

0 commit comments

Comments
 (0)