From 5b82e6aa5cd140455c4f8bba40b0fba566853d4f Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Wed, 25 Apr 2018 17:42:28 +0300 Subject: [PATCH] Add BFS and DFS for tree. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6336b7da..ee2f0a0c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ npm test -- -t 'playground' ## Useful links -* [Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) +* [📹 Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) ## Useful Information