From 9b460eb5c87ec98120f9c585ef81a0906db187f6 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Wed, 28 Apr 2021 11:23:49 +0200 Subject: [PATCH] docs: Update README.md --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 03cb885..23e3149 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,25 @@ -live demo: http://cooervo.github.io/Algorithms-DataStructures-BigONotation/index.html +# Algorithms DataStructures BigONotation -# Algorithms-DataStructures-BigONotation +Live demo: https://cooervo.github.io/Algorithms-DataStructures-BigONotation/ -Is simple website I made as a fun project to help me understand better: algorithms, data structures and big O notation. And also to have some practice in: Java, JavaScript, CSS, HTML and Responsive Web Design(RWD). If you discover some errors in the code or typos I haven't noticed please just let me know or feel free to contribute with Github, fork the project and make a pull request :) +This is a simple website I made as a fun project to help me better understand algorithms, data structures and Big O notation. And also to have some practice in Java, JavaScript, CSS, HTML and Responsive Web Design (RWD). + +If you discover some errors in the code or typos I haven't noticed please just let me know or feel free to contribute with Github, fork the project and make a pull request :) Sections are divided into: - - Big o cheat sheets - - intro - - big o notation - - data structures - - algorithms +- Big O cheatsheets +- Intro +- Big O notation +- Data structures +- Algorithms + +## Technologies or guidelines -### Technologies or guidelines This website uses the following technologies to work properly: -* JS & jQuery for interactivity -* jQuery tablesorte unoficial fork http://mottie.github.io/tablesorter/docs/ +* JS & jQuery for interactivity +* jQuery `tablesorter` unofficial fork https://mottie.github.io/tablesorter/docs/ * CSS + HTML for structure and styling * Responsive Web Design (RWD) to adjust to desktop and smartphones * Git for VCS - -