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

Add a Theoretical Markdown File for Big-O Notation

Abierto
#28 0 comentarios 0 reacciones 0 asignados Ver en GitHub
good first issue
Lenguaje dominante
JavaScript
Estrellas
3
Forks
2
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Línea de trabajo

Create BigONotation.md and start by reviewing the README Table of Contents and the referenced Sorting Algorithms and Graph Algorithms sections. Done means the file explains Big-O and complexity calculation, covers the requested classes and examples, includes the summary table and visual aids or links, and the README Table of Contents links to it.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
javascript
Área
documentation
Tipo de issue
Documentación
Dificultad
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
68/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.