From 59771690626bebd431fda5720102cf444244cabd Mon Sep 17 00:00:00 2001 From: Hoang Minh Dinh <72955139+BrtXa@users.noreply.github.com> Date: Sun, 13 Mar 2022 00:39:32 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 600bced..85a46d1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # Data Structure & Algorithms using Python -This tutorial covers data structures and algorithms in python. Every tutorial has theory behind data structure or an algorithm, BIG O Complexity analysis and exercises that you can practice on. +This tutorial covers data structures and algorithms in python. Every tutorial has theory behind data structure or an algorithm, BIG O Complexity analysis. -To watch the videos, you can go check the playlist out at: https://www.youtube.com/playlist?list=PLeo1K3hjS3uu_n_a__MI_KktGTLYopZ12 - -To subscribe to codebasics youtube channel: https://www.youtube.com/c/codebasics +This is a forked repository used for learning purpose.