Translation needed for existing languages
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Documentation
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- javascript, markdown
Research direction
Review PR #251 and the English files it changes: en/SUMMARY.md, en/complexity/README.md, and en/complexity/time-complexity.md. Compare these additions with the repository's existing language directories to determine which translations are needed. Done means the complexity chapter is translated for the identified languages and their navigation matches the English version.
Written by the indexing model from the issue text.
Description
@sumn2u has made changes on the original english version of the book (PR #251)
Visual Diff of Changes:
diff --git a/en/SUMMARY.md b/en/SUMMARY.md
index a3c47a9..87df426 100644
--- a/en/SUMMARY.md
+++ b/en/SUMMARY.md
@@ -141,6 +141,9 @@
- [Velocity JS](animation-resources/velocityjs.md)
- [React Spring](animation-resources/react-spring.md)
- [Framer Motion](animation-resources/framer-motion.md)
+- [Complexity](complexity/README.md)
+ - [Space Complexity](complexity/space-complexity.md)
+ - [Time Complexity](complexity/time-complexity.md)
- [JavaScript Behind the Scenes](behind-scenes/README.md)
- [Call Stack](behind-scenes/call-stack.md)
- [Engine](behind-scenes/engine.md)
diff --git a/en/complexity/README.md b/en/complexity/README.md
index e46b9b8..468a478 100644
--- a/en/complexity/README.md
+++ b/en/complexity/README.md
@@ -1,11 +1,11 @@
---
layout: editorial
-chapter: 8
-pageNumber: 53
+chapter: 27
+pageNumber: 258
description: Analyzing an algorithm's efiiciency is most important part of writing an optimal program. This chapter deep dives into analayzing the efficiency by understanding the space and time complexity.
---
-# Chapter 8
+# Chapter 27
# Complexity
From previous chapter you should have understood how to create an algorithm. In this chapter, we will explore the intricacies of algorithmic complexity in JavaScript.
diff --git a/en/complexity/time-complexity.md b/en/complexity/time-complexity.md
index 13c4c07..0d8cbe2 100644
--- a/en/complexity/time-complexity.md
+++ b/en/complexity/time-complexity.md
@@ -51,6 +51,6 @@ The code takes n steps to run. Instead of using just plain n for time complexity
Some common types of Big O notations are as follows:
- O(log n) - logarithmic time complexity
-- O($n^2$) - quadratic time complexity
+- O(n^2) - quadratic time complexity
- O(n) - linear time complexity
- O(1) - constant time complexity
- Dominant language
- HTML
- Stars
- 1k
- Forks
- 187
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from sumn2u/learn-javascript
-
good first issue translate help-wanted
Difficulty 4/5 3-5 days Newbie friendliness 30/100
sumn2u/learn-javascript#346 · 2 comments ·
-
good first issue translate help-wanted up for grabs
Difficulty 4/5 3-5 days Newbie friendliness 25/100
sumn2u/learn-javascript#344 · 1 comment ·
-
good first issue translate help-wanted up for grabs
Difficulty 4/5 3-5 days Newbie friendliness 25/100
sumn2u/learn-javascript#342 · 1 comment ·
-
good first issue translate help-wanted up for grabs
Difficulty 4/5 3-5 days Newbie friendliness 25/100
sumn2u/learn-javascript#340 · 1 comment ·
-
good first issue translate help-wanted up for grabs
Difficulty 4/5 3-5 days Newbie friendliness 35/100
sumn2u/learn-javascript#337 · 1 comment ·
All issues in sumn2u/learn-javascript
Similar issues
-
area:tools priority:p2 type:bug
Difficulty 1/5 Under an hour Newbie friendliness 91/100
amichai-bd/nand2mario#939 ·
-
Difficulty 2/5 Half a day Newbie friendliness 78/100
vercel/vercel-plugin#199 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
bancolombia/sentinel#22 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
optimization optimization:agents-md-curator
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
githubnext/gh-aw-cao#13143 ·