Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://cooervo.github.io/Algorithms-DataStructures-BigONotation/
Big O notation cheatsheets. algorithms and data structures explanations and implementations
https://cooervo.github.io/Algorithms-DataStructures-BigONotation/
Last synced: 7 days ago
JSON representation
Big O notation cheatsheets. algorithms and data structures explanations and implementations
- Host: GitHub
- URL: https://cooervo.github.io/Algorithms-DataStructures-BigONotation/
- Owner: cooervo
- Created: 2015-03-20T14:41:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-28T09:39:30.000Z (over 3 years ago)
- Last Synced: 2024-08-02T06:19:27.589Z (3 months ago)
- Language: HTML
- Homepage: https://www.mifitnessfacil.com/
- Size: 110 KB
- Stars: 281
- Watchers: 17
- Forks: 79
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-useful-websites - Algorithms and Data Structures Big-O Notation - Comprehensive resource covering Big-O notation for various algorithms and data structures. (Computer Science / Big-O notation)
README
live demo: http://cooervo.github.io/Algorithms-DataStructures-BigONotation/index.html
# 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 :)
Sections are divided into:
- Big o cheat sheets
- intro
- big o notation
- data structures
- algorithms### 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/
* CSS + HTML for structure and styling
* Responsive Web Design (RWD) to adjust to desktop and smartphones
* Git for VCS