katiaku / katiaku/javascript-algorithms-and-data-structures

Add a Theoretical Markdown File for Big-O Notation

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
JavaScript
Stars
3
Forks
2
PR merge metrics
No merged PRs in 30d

Description

The project would benefit from a thorough Big-O Notation explanation.

Create a new markdown file BigONotation.md.

Explain:

- What Big-O Notation is.

- Different complexity classes (O(1), O(n), O(log n), O(n²), etc.).

- How to calculate time and space complexity of an algorithm.

- Common examples of algorithms with their Big-O classifications.

- Link back to relevant sections in the project (e.g., Sorting Algorithms, Graph Algorithms).

- Provide a table summarizing time/space complexity of data structures and algorithms in the project.

- Include visual aids (ASCII diagrams or links to visual resources).

Update the "Table of Contents" in the README.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.