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

Add a Theoretical Markdown File for Big-O Notation

オープン
#28 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
good first issue
主要言語
JavaScript
スター
3
フォーク
2
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。