From 6741a96c159e385e20d7d0d747b46c42508df7af Mon Sep 17 00:00:00 2001 From: Joe James Date: Wed, 27 Jan 2021 13:52:23 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 32eaa38..56b8aaa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # udemy_algorithms Udemy Course on Algorithms in Python + +This repository holds all the supporting files for my Algorithms in Python course, including all the presentations in PDF format, and all the Python 3 code in Jupyter Notebooks. These resources are available under the MIT license. + +This course covers the following topics: +Section 1: Analysis of Algorithms using Big O. +Section 2: Sorting Algorithms. +Section 3: Graph Algorithms. +Section 4: Algorithms Interview Problems.