From 247abb380016b030100faeeb9e6a1f709d48c9c8 Mon Sep 17 00:00:00 2001 From: Joe James Date: Sat, 30 Jan 2021 22:35:25 -0800 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 56b8aaa..915a3ed 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ 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. +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.