You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This repository contains code about various series of posts that I made [on my b
7
7
As of now, it contains 2 main sections:
8
8
9
9
-[Data structures in JavaScript](https://github.com/benoitvallon/computer-science-in-javascript/tree/master/data-structures-in-javascript)
10
-
-[Sorting algorithms in JavaScript](https://github.com/benoitvallon/computer-science-in-javascript/tree/master/sorting-algorithms-in-javascript)
10
+
-[Sorting algorithms in JavaScript (ES5 and ES6)](https://github.com/benoitvallon/computer-science-in-javascript/tree/master/sorting-algorithms-in-javascript)
Copy file name to clipboardExpand all lines: sorting-algorithms-in-javascript/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Sorting algorithms in JavaScript
1
+
# Sorting algorithms in JavaScript (ES5 and ES6)
2
2
3
3
This repository is part of a series of posts about sorting algorithms reimplemented in JavaScript that I made [on my blog](http://blog.benoitvallon.com).
0 commit comments