From 61e68ef3dbc24d58b470528e0eb77bb72bee5bf6 Mon Sep 17 00:00:00 2001 From: Farhan Ghumra Date: Tue, 2 Oct 2018 02:08:47 +0530 Subject: [PATCH] Update README.md Ordered sections in alphabetical orders and corrected markdown --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1ea5418..09710f5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ A website for number system comprising primes modular theory # Functionality -### Primes -1. _Introduction to primes_ -2. _Prime Factors_ +### Algorithms +1. _Bubble Sort_ ### Modular 1. _Introduction_ 2. _Modular Arithmatic_ @@ -10,7 +9,6 @@ A website for number system comprising primes modular theory *modular subtraction* *modular multiplication* 3. _Modular Congruency_ -### Algorithms -1. _Bubble Sort - - +### Primes +1. _Introduction to primes_ +2. _Prime Factors_