chore(i18n,client): processed translations (#60564)

This commit is contained in:
freeCodeCamp's Camper Bot
2025-05-28 20:46:20 +05:30
committed by GitHub
parent 82a4c44f63
commit 0b6de7f99a
10 changed files with 183 additions and 83 deletions
@@ -1157,14 +1157,16 @@
"title": "算法",
"intro": [
"這些免費的編程練習將教你一些現實生活中可能會遇到的常見算法。它們是提高你的邏輯和編程技能的絕佳機會。",
"這些算法經常在工作面試中被用來測試候選人的技能。我們將爲你提供簡潔明瞭的解釋,說明不同算法是如何運行的,以便你爲每道算法題目編寫解決方案。"
"這些算法經常在工作面試中被用來測試候選人的技能。我們將爲你提供簡潔明瞭的解釋,說明不同算法是如何運行的,以便你爲每道算法題目編寫解決方案。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "數據結構",
"intro": [
"這些免費的編程課程旨在幫助你處理可能你還不太熟悉的大型的、複雜的數據結構。",
"通過下面的課程,你將學習不同類型的數據結構,並通過算法來增強你對它們的理解。"
"通過下面的課程,你將學習不同類型的數據結構,並通過算法來增強你對它們的理解。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1293,31 +1295,36 @@
"project-euler-problems-1-to-100": {
"title": "歐拉計劃問題 1 - 100",
"intro": [
"在這第一組挑戰中,你將使用斐波那契數列、素數定理和離散數學這樣的數學概念編寫算法來解決這些問題。"
"在這第一組挑戰中,你將使用斐波那契數列、素數定理和離散數學這樣的數學概念編寫算法來解決這些問題。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "歐拉計劃問題 101 - 200",
"intro": [
"在這一系列的挑戰中,你將在課程第一部分的基礎上,結合更高級的概念,如矢量計算方法、楊輝三角(帕斯卡三角)和 RSA 算法來有效地解決這些問題。"
"在這一系列的挑戰中,你將在課程第一部分的基礎上,結合更高級的概念,如矢量計算方法、楊輝三角(帕斯卡三角)和 RSA 算法來有效地解決這些問題。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "歐拉計劃問題 201 - 300",
"intro": [
"在這組挑戰中,你將繼續利用你之前學到的技能,並使用二項式定理、漢明和考拉茲序列等概念來進一步提升你的數學和解決問題的技能。"
"在這組挑戰中,你將繼續利用你之前學到的技能,並使用二項式定理、漢明和考拉茲序列等概念來進一步提升你的數學和解決問題的技能。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "歐拉計劃問題 301 - 400",
"intro": [
"在這裏,你將繼續發揮你的數學和算法技能,使用組合博弈論、位運算和 Golomb 的自描述序列等概念來開發這些問題的有效解決方案。"
"在這裏,你將繼續發揮你的數學和算法技能,使用組合博弈論、位運算和 Golomb 的自描述序列等概念來開發這些問題的有效解決方案。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "歐拉計劃問題 401 - 480",
"intro": [
"在這最後一組挑戰中,你將需要使用你目前所學到的一切,並使用像元因數、卡普雷卡爾算法等等高級概念來解決這些複雜問題。"
"在這最後一組挑戰中,你將需要使用你目前所學到的一切,並使用像元因數、卡普雷卡爾算法等等高級概念來解決這些複雜問題。",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1717,7 +1724,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "羅塞塔代碼挑戰",
"intro": ["這些是羅賽塔代碼的挑戰。"]
"intro": [
"這些是羅賽塔代碼的挑戰。",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+18 -8
View File
@@ -1157,14 +1157,16 @@
"title": "算法",
"intro": [
"这些免费的编程练习将教你一些现实生活中可能会遇到的常见算法。它们是提高你的逻辑和编程技能的绝佳机会。",
"这些算法经常在工作面试中被用来测试候选人的技能。我们将为你提供简洁明了的解释,说明不同算法是如何运行的,以便你为每道算法题目编写解决方案。"
"这些算法经常在工作面试中被用来测试候选人的技能。我们将为你提供简洁明了的解释,说明不同算法是如何运行的,以便你为每道算法题目编写解决方案。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "数据结构",
"intro": [
"这些免费的编程课程旨在帮助你处理可能你还不太熟悉的大型的、复杂的数据结构。",
"通过下面的课程,你将学习不同类型的数据结构,并通过算法来增强你对它们的理解。"
"通过下面的课程,你将学习不同类型的数据结构,并通过算法来增强你对它们的理解。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1293,31 +1295,36 @@
"project-euler-problems-1-to-100": {
"title": "欧拉计划问题 1 - 100",
"intro": [
"在这第一组挑战中,你将使用斐波那契数列、素数定理和离散数学这样的数学概念编写算法来解决这些问题。"
"在这第一组挑战中,你将使用斐波那契数列、素数定理和离散数学这样的数学概念编写算法来解决这些问题。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "欧拉计划问题 101 - 200",
"intro": [
"在这一系列的挑战中,你将在课程第一部分的基础上,结合更高级的概念,如矢量计算方法、杨辉三角(帕斯卡三角)和 RSA 算法来有效地解决这些问题。"
"在这一系列的挑战中,你将在课程第一部分的基础上,结合更高级的概念,如矢量计算方法、杨辉三角(帕斯卡三角)和 RSA 算法来有效地解决这些问题。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "欧拉计划问题 201 - 300",
"intro": [
"在这组挑战中,你将继续利用你之前学到的技能,并使用二项式定理、汉明和考拉兹序列等概念来进一步提升你的数学和解决问题的技能。"
"在这组挑战中,你将继续利用你之前学到的技能,并使用二项式定理、汉明和考拉兹序列等概念来进一步提升你的数学和解决问题的技能。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "欧拉计划问题 301 - 400",
"intro": [
"在这里,你将继续发挥你的数学和算法技能,使用组合博弈论、位运算和 Golomb 的自描述序列等概念来开发这些问题的有效解决方案。"
"在这里,你将继续发挥你的数学和算法技能,使用组合博弈论、位运算和 Golomb 的自描述序列等概念来开发这些问题的有效解决方案。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "欧拉计划问题 401 - 480",
"intro": [
"在这最后一组挑战中,你将需要使用你目前所学到的一切,并使用像元因数、卡普雷卡尔算法等等高级概念来解决这些复杂问题。"
"在这最后一组挑战中,你将需要使用你目前所学到的一切,并使用像元因数、卡普雷卡尔算法等等高级概念来解决这些复杂问题。",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1717,7 +1724,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "罗塞塔代码挑战",
"intro": ["这些是罗赛塔代码的挑战。"]
"intro": [
"这些是罗赛塔代码的挑战。",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+18 -8
View File
@@ -1167,14 +1167,16 @@
"title": "Algoritmos",
"intro": [
"Estos ejercicios de programación gratuita le enseñarán algunos algoritmos comunes que probablemente encontrará en la vida real. Son una gran oportunidad para mejorar su lógica y habilidades de programación.",
"Estos algoritmos se utilizan frecuentemente en entrevistas de trabajo para probar las habilidades de un candidato. Le daremos explicaciones claras y concisas de cómo funcionan estos diferentes algoritmos para que pueda implementar una solución para cada uno."
"Estos algoritmos se utilizan frecuentemente en entrevistas de trabajo para probar las habilidades de un candidato. Le daremos explicaciones claras y concisas de cómo funcionan estos diferentes algoritmos para que pueda implementar una solución para cada uno.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "Estructuras de datos",
"intro": [
"Estos cursos de programación gratuita están pensados para ayudarle a manejar estructuras de datos grandes y complejas con las que todavía no esté familiarizado.",
"Realizando los cursos siguientes, aprenderás sobre cada tipo de estructura de datos, e implementarás algoritmos para reforzar tu entendimiento de ellos."
"Realizando los cursos siguientes, aprenderás sobre cada tipo de estructura de datos, e implementarás algoritmos para reforzar tu entendimiento de ellos.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1307,31 +1309,36 @@
"project-euler-problems-1-to-100": {
"title": "Proyectos Euler del 1 a 100",
"intro": [
"En este primer conjunto de desafíos, utilizarás conceptos matemáticos como la secuencia de Fibonacci, teoría de números primos, y combinatorios para escribir algoritmos eficientes para resolver estos problemas."
"En este primer conjunto de desafíos, utilizarás conceptos matemáticos como la secuencia de Fibonacci, teoría de números primos, y combinatorios para escribir algoritmos eficientes para resolver estos problemas.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "Proyectos Euler del 101 a 200",
"intro": [
"En este conjunto de desafíos, basarás las habilidades que aprendiste en la primera parte del curso y usarás conceptos más avanzados como el cálculo del vector, La pirámide, y el algoritmo RSA para resolver estos problemas de forma eficiente."
"En este conjunto de desafíos, basarás las habilidades que aprendiste en la primera parte del curso y usarás conceptos más avanzados como el cálculo del vector, La pirámide, y el algoritmo RSA para resolver estos problemas de forma eficiente.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "Proyectos Euler del 201 a 300",
"intro": [
"En este conjunto de desafíos, continuarás construyendo sobre las habilidades que aprendiste anteriormente y usarás conceptos como el teorema binomial, Números de estancamiento, y la secuencia de Collatz para desarrollar aún más tus habilidades de matemáticas y resolución de problemas."
"En este conjunto de desafíos, continuarás construyendo sobre las habilidades que aprendiste anteriormente y usarás conceptos como el teorema binomial, Números de estancamiento, y la secuencia de Collatz para desarrollar aún más tus habilidades de matemáticas y resolución de problemas.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "Proyectos Euler del 301 a 400",
"intro": [
"Aquí continuarás exprimiendo tus habilidades matemáticas y algorítmicas mientras usas conceptos como teoría de juegos combinatorios, las operaciones bitwise y la secuencia autodescriptiva de Golomb para desarrollar soluciones eficientes a estos problemas."
"Aquí continuarás exprimiendo tus habilidades matemáticas y algorítmicas mientras usas conceptos como teoría de juegos combinatorios, las operaciones bitwise y la secuencia autodescriptiva de Golomb para desarrollar soluciones eficientes a estos problemas.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "Proyecto Euler Problemas 401 a 480",
"intro": [
"En este último conjunto de desafíos, necesitarás aprovechar todo lo que aprendiste hasta este punto y utilizar conceptos avanzados como divisores unitarios, la rutina de Kaprekar y mucho más para resolver estos problemas complejos."
"En este último conjunto de desafíos, necesitarás aprovechar todo lo que aprendiste hasta este punto y utilizar conceptos avanzados como divisores unitarios, la rutina de Kaprekar y mucho más para resolver estos problemas complejos.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1731,7 +1738,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "Desafíos de Código Roseta",
"intro": ["Estos son los desafíos para Código Roseta."]
"intro": [
"Estos son los desafíos para Código Roseta.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+18 -8
View File
@@ -1167,14 +1167,16 @@
"title": "Algorithmen",
"intro": [
"In diesen kostenlosen Programmierübungen lernst du einige gängige Algorithmen kennen, die dir wahrscheinlich im echten Leben begegnen werden. Sie sind eine großartige Möglichkeit, deine Logik- und Programmierfähigkeiten zu verbessern.",
"Diese Algorithmen werden häufig in Vorstellungsgesprächen verwendet, um die Fähigkeiten eines Bewerbers zu testen. Wir geben dir klare und prägnante Erklärungen, wie diese verschiedenen Algorithmen funktionieren, damit du eine Lösung für jeden einzelnen implementieren kannst."
"Diese Algorithmen werden häufig in Vorstellungsgesprächen verwendet, um die Fähigkeiten eines Bewerbers zu testen. Wir geben dir klare und prägnante Erklärungen, wie diese verschiedenen Algorithmen funktionieren, damit du eine Lösung für jeden einzelnen implementieren kannst.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "Datenstrukturen",
"intro": [
"Diese kostenlosen Programmierkurse sollen dir helfen, mit großen und komplexen Datenstrukturen umzugehen, mit denen du vielleicht noch nicht vertraut bist.",
"In den folgenden Kursen lernst du jede Art von Datenstruktur kennen und implementierst Algorithmen, um dein Verständnis für sie zu vertiefen."
"In den folgenden Kursen lernst du jede Art von Datenstruktur kennen und implementierst Algorithmen, um dein Verständnis für sie zu vertiefen.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1305,31 +1307,36 @@
"project-euler-problems-1-to-100": {
"title": "Project Euler Problems 1 to 100",
"intro": [
"In this first set of challenges, you will use mathematical concepts like the Fibonacci sequence, prime number theory, and combinatorics to write efficient algorithms to solve these problems."
"In this first set of challenges, you will use mathematical concepts like the Fibonacci sequence, prime number theory, and combinatorics to write efficient algorithms to solve these problems.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "Project Euler Problems 101 to 200",
"intro": [
"In this set of challenges, you'll build upon the skills you learned in the first part of the course and use more advanced concepts like vector computation, Pascal's pyramid, and the RSA algorithm to solve these problems efficiently."
"In this set of challenges, you'll build upon the skills you learned in the first part of the course and use more advanced concepts like vector computation, Pascal's pyramid, and the RSA algorithm to solve these problems efficiently.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "Project Euler Problems 201 to 300",
"intro": [
"In this set of challenges, you'll continue to build upon the skills you learned earlier and use concepts like the binomial theorem, Hamming numbers, and the Collatz sequence to further develop your math and problem solving skills."
"In this set of challenges, you'll continue to build upon the skills you learned earlier and use concepts like the binomial theorem, Hamming numbers, and the Collatz sequence to further develop your math and problem solving skills.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "Project Euler Problems 301 to 400",
"intro": [
"Here you will continue to flex your mathematical and algorithmic skills as you use concepts such as combinatorial game theory, bitwise operations, and Golomb's self-describing sequence to develop efficient solutions to these problems."
"Here you will continue to flex your mathematical and algorithmic skills as you use concepts such as combinatorial game theory, bitwise operations, and Golomb's self-describing sequence to develop efficient solutions to these problems.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "Project Euler Problems 401 to 480",
"intro": [
"In this final set of challenges, you will need draw upon everything you learned up to this point and use advanced concepts like unitary divisors, the Kaprekar routine, and much more to solve these complex problems."
"In this final set of challenges, you will need draw upon everything you learned up to this point and use advanced concepts like unitary divisors, the Kaprekar routine, and much more to solve these complex problems.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1731,7 +1738,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "Rosetta Code Challenges",
"intro": ["These are the challenges for Rosetta Code."]
"intro": [
"These are the challenges for Rosetta Code.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+18 -8
View File
@@ -1167,14 +1167,16 @@
"title": "Algoritmi",
"intro": [
"Questi esercizi di programmazione gratuiti ti aiuteranno a comprendere alcuni algoritmi comuni che probabilmente incontrerai nella vita reale. Sono una grande opportunità per migliorare le tue competenze logiche e di programmazione.",
"Questi algoritmi sono spesso utilizzati nei colloqui di lavoro per testare le abilità di un candidato. Ti forniremo spiegazioni chiare e concise su come funzionano in modo che tu possa implementare una soluzione per ciascuno di essi."
"Questi algoritmi sono spesso utilizzati nei colloqui di lavoro per testare le abilità di un candidato. Ti forniremo spiegazioni chiare e concise su come funzionano in modo che tu possa implementare una soluzione per ciascuno di essi.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "Strutture Dati",
"intro": [
"Questi corsi di programmazione gratuita sono pensati per aiutarti a gestire strutture dati grandi e complesse con le quali potresti non essere ancora familiare.",
"Con questi corsi scoprirai i vari tipi di struttura di dati e imparerai a implementare degli algoritmi per rafforzare la tua comprensione di essi."
"Con questi corsi scoprirai i vari tipi di struttura di dati e imparerai a implementare degli algoritmi per rafforzare la tua comprensione di essi.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1305,31 +1307,36 @@
"project-euler-problems-1-to-100": {
"title": "Problemi del Progetto Eulero da 1 a 100",
"intro": [
"In questa prima serie di sfide, utilizzerai concetti matematici come la sequenza di Fibonacci, la teoria dei numeri primi e la combinatoria per scrivere algoritmi efficienti per risolvere dei problemi."
"In questa prima serie di sfide, utilizzerai concetti matematici come la sequenza di Fibonacci, la teoria dei numeri primi e la combinatoria per scrivere algoritmi efficienti per risolvere dei problemi.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "Problemi del Progetto Eulero da 101 a 200",
"intro": [
"In questa serie di sfide, ti baserai sulle competenze che hai acquisito nella prima parte del corso e utilizzerai concetti più avanzati come il calcolo vettoriale, la piramide di Pascal e l'algoritmo RSA per risolvere dei problemi in modo efficiente."
"In questa serie di sfide, ti baserai sulle competenze che hai acquisito nella prima parte del corso e utilizzerai concetti più avanzati come il calcolo vettoriale, la piramide di Pascal e l'algoritmo RSA per risolvere dei problemi in modo efficiente.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "Problemi del Progetto Eulero da 201 a 300",
"intro": [
"In questa serie di sfide, continuerai a usare ciò che hai imparato in precedenza e a utilizzare concetti come il teorema binomiale, i numeri di Hamming e la sequenza di Collatz per affinare ulteriormente le tue abilità matematiche e di problem solving."
"In questa serie di sfide, continuerai a usare ciò che hai imparato in precedenza e a utilizzare concetti come il teorema binomiale, i numeri di Hamming e la sequenza di Collatz per affinare ulteriormente le tue abilità matematiche e di problem solving.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "Problemi del Progetto Eulero da 301 a 400",
"intro": [
"Qui continuerai a modellare le tue abilità matematiche e algoritmiche utilizzando concetti come la teoria dei giochi combinatoria, le operazioni bitwise e la sequenza auto-descrittiva di Golomb per sviluppare soluzioni efficienti a questi problemi."
"Qui continuerai a modellare le tue abilità matematiche e algoritmiche utilizzando concetti come la teoria dei giochi combinatoria, le operazioni bitwise e la sequenza auto-descrittiva di Golomb per sviluppare soluzioni efficienti a questi problemi.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "Problemi del Progetto Eulero da 401 a 480",
"intro": [
"In questa serie finale di sfide, avrai bisogno di attingere a tutto quello che hai imparato fino a questo punto e utilizzare concetti avanzati come i divisori unitari, l'algoritmo di Kaprekar e molto altro ancora per risolvere problemi complessi."
"In questa serie finale di sfide, avrai bisogno di attingere a tutto quello che hai imparato fino a questo punto e utilizzare concetti avanzati come i divisori unitari, l'algoritmo di Kaprekar e molto altro ancora per risolvere problemi complessi.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1731,7 +1738,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "Rosetta Code Challenges",
"intro": ["These are the challenges for Rosetta Code."]
"intro": [
"These are the challenges for Rosetta Code.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+18 -8
View File
@@ -1167,14 +1167,16 @@
"title": "アルゴリズム",
"intro": [
"これらの無料のプログラミング演習で、実際に直面しうるいくつかの一般的なアルゴリズムについて学べます。これらは論理的思考力およびプログラミングの技能を向上させる絶好の機会です。",
"このようなアルゴリズムは、就職面接で応募者の技能をテストするために頻繁に利用されます。あなたがそれぞれに適した解決策を実装することができるよう、これらのいろいろなアルゴリズムがどのように機能するかについて明解で簡潔に説明します。"
"このようなアルゴリズムは、就職面接で応募者の技能をテストするために頻繁に利用されます。あなたがそれぞれに適した解決策を実装することができるよう、これらのいろいろなアルゴリズムがどのように機能するかについて明解で簡潔に説明します。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "データ構造",
"intro": [
"これらの無料のプログラミングコースは、まだあなたがあまり馴染みがないかもしれない、大規模で複雑なデータ構造を扱うのに役立つよう意図されています。",
"以下のコースに取り組むことで、タイプ別のデータ構造について学習し、理解を深めるためにアルゴリズムを実装します。"
"以下のコースに取り組むことで、タイプ別のデータ構造について学習し、理解を深めるためにアルゴリズムを実装します。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1305,31 +1307,36 @@
"project-euler-problems-1-to-100": {
"title": "プロジェクト・オイラー: 問題 1~100",
"intro": [
"最初の問題セットでは、効率的なアルゴリズムを書くためにフィボナッチ数列、素数理論、組合せ理論のような数学的概念を利用して問題を解いていきます。"
"最初の問題セットでは、効率的なアルゴリズムを書くためにフィボナッチ数列、素数理論、組合せ理論のような数学的概念を利用して問題を解いていきます。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "プロジェクト・オイラー: 問題 101~200",
"intro": [
"この問題セットでは最初のパートで学んだスキルを踏まえて、ベクトル計算、パスカルの三角錐、RSA アルゴリズムなどの高度な概念を利用して効率的に問題を解いていきます。"
"この問題セットでは最初のパートで学んだスキルを踏まえて、ベクトル計算、パスカルの三角錐、RSA アルゴリズムなどの高度な概念を利用して効率的に問題を解いていきます。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "プロジェクト・オイラー: 問題 201~300",
"intro": [
"この問題セットでは、引き続きここまで学んできたスキルを基に、二項定理、ハミング数、コラッツ数列などの概念を利用して、数学と問題解決のスキルを磨いていきます。"
"この問題セットでは、引き続きここまで学んできたスキルを基に、二項定理、ハミング数、コラッツ数列などの概念を利用して、数学と問題解決のスキルを磨いていきます。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "プロジェクト・オイラー: 問題 301~400",
"intro": [
"このパートでは、組合せゲーム理論、ビット演算、ゴロムの自己記述的数列などの概念を利用して効率的な解法を作成しながら、引き続き数学とアルゴリズムのスキルを活用します。"
"このパートでは、組合せゲーム理論、ビット演算、ゴロムの自己記述的数列などの概念を利用して効率的な解法を作成しながら、引き続き数学とアルゴリズムのスキルを活用します。",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "プロジェクト・オイラー: 問題 401~480",
"intro": [
"最後の問題セットでは、ここまで学んだすべてのことを活用して、単約数、カプレカ操作などの高度な概念を使って複雑な問題を解いていきます。"
"最後の問題セットでは、ここまで学んだすべてのことを活用して、単約数、カプレカ操作などの高度な概念を使って複雑な問題を解いていきます。",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1731,7 +1738,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "Rosetta Code Challenges",
"intro": ["These are the challenges for Rosetta Code."]
"intro": [
"These are the challenges for Rosetta Code.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+18 -8
View File
@@ -1167,14 +1167,16 @@
"title": "Algorithms",
"intro": [
"These free programming exercises will teach you about some common algorithms that you will likely encounter in real life. They are a great opportunity to improve your logic and programming skills.",
"These algorithms are frequently used in job interviews to test a candidate's skills. We'll give you clear and concise explanations of how these different algorithms work so you can implement a solution for each one."
"These algorithms are frequently used in job interviews to test a candidate's skills. We'll give you clear and concise explanations of how these different algorithms work so you can implement a solution for each one.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "Data Structures",
"intro": [
"These free programming courses are meant to help you deal with large and complex data structures that you may not yet be familiar with.",
"Working through the courses below, you will learn about each type of data structure, and implement algorithms to reinforce your understanding of them."
"Working through the courses below, you will learn about each type of data structure, and implement algorithms to reinforce your understanding of them.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1305,31 +1307,36 @@
"project-euler-problems-1-to-100": {
"title": "Project Euler Problems 1 to 100",
"intro": [
"In this first set of challenges, you will use mathematical concepts like the Fibonacci sequence, prime number theory, and combinatorics to write efficient algorithms to solve these problems."
"In this first set of challenges, you will use mathematical concepts like the Fibonacci sequence, prime number theory, and combinatorics to write efficient algorithms to solve these problems.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "Project Euler Problems 101 to 200",
"intro": [
"In this set of challenges, you'll build upon the skills you learned in the first part of the course and use more advanced concepts like vector computation, Pascal's pyramid, and the RSA algorithm to solve these problems efficiently."
"In this set of challenges, you'll build upon the skills you learned in the first part of the course and use more advanced concepts like vector computation, Pascal's pyramid, and the RSA algorithm to solve these problems efficiently.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "Project Euler Problems 201 to 300",
"intro": [
"In this set of challenges, you'll continue to build upon the skills you learned earlier and use concepts like the binomial theorem, Hamming numbers, and the Collatz sequence to further develop your math and problem solving skills."
"In this set of challenges, you'll continue to build upon the skills you learned earlier and use concepts like the binomial theorem, Hamming numbers, and the Collatz sequence to further develop your math and problem solving skills.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "Project Euler Problems 301 to 400",
"intro": [
"Here you will continue to flex your mathematical and algorithmic skills as you use concepts such as combinatorial game theory, bitwise operations, and Golomb's self-describing sequence to develop efficient solutions to these problems."
"Here you will continue to flex your mathematical and algorithmic skills as you use concepts such as combinatorial game theory, bitwise operations, and Golomb's self-describing sequence to develop efficient solutions to these problems.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "Project Euler Problems 401 to 480",
"intro": [
"In this final set of challenges, you will need draw upon everything you learned up to this point and use advanced concepts like unitary divisors, the Kaprekar routine, and much more to solve these complex problems."
"In this final set of challenges, you will need draw upon everything you learned up to this point and use advanced concepts like unitary divisors, the Kaprekar routine, and much more to solve these complex problems.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1731,7 +1738,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "Rosetta Code Challenges",
"intro": ["These are the challenges for Rosetta Code."]
"intro": [
"These are the challenges for Rosetta Code.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+18 -8
View File
@@ -1167,14 +1167,16 @@
"title": "Algoritmos",
"intro": [
"Esses exercícios de programação gratuitos ensinam alguns algoritmos comuns que você provavelmente encontrará na vida real. Eles são uma grande oportunidade para melhorar suas habilidades de lógica e programação.",
"Estes algoritmos são frequentemente usados em entrevistas de trabalho para testar as habilidades de um candidato. Nós vamos oferecer explicações claras e concisas sobre como esses vários algoritmos funcionam para que você possa implementar uma solução para cada um."
"Estes algoritmos são frequentemente usados em entrevistas de trabalho para testar as habilidades de um candidato. Nós vamos oferecer explicações claras e concisas sobre como esses vários algoritmos funcionam para que você possa implementar uma solução para cada um.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "Estruturas de dados",
"intro": [
"Esses cursos de programação gratuitos têm o objetivo de ajudá-lo a lidar com estruturas de dados grandes e complexas com as quais você ainda não está familiarizado.",
"Trabalhando com os cursos abaixo, você aprenderá sobre cada tipo de estrutura de dados e implementará algoritmos para reforçar seu entendimento sobre eles."
"Trabalhando com os cursos abaixo, você aprenderá sobre cada tipo de estrutura de dados e implementará algoritmos para reforçar seu entendimento sobre eles.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1305,31 +1307,36 @@
"project-euler-problems-1-to-100": {
"title": "Problemas do Projeto Euler de 1 a 100",
"intro": [
"Neste primeiro conjunto de desafios, você usará conceitos matemáticos como a sequência de Fibonacci, teoria dos números primos e análise combinatória para escrever algoritmos eficientes para resolver esses problemas."
"Neste primeiro conjunto de desafios, você usará conceitos matemáticos como a sequência de Fibonacci, teoria dos números primos e análise combinatória para escrever algoritmos eficientes para resolver esses problemas.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "Problemas do Projeto Euler de 101 a 200",
"intro": [
"Neste conjunto de desafios, você vai desenvolver as habilidades que aprendeu na primeira parte do curso e usar conceitos mais avançados, como computação vetorial, pirâmide de Pascal e o algoritmo RSA para resolver esses problemas de modo eficiente."
"Neste conjunto de desafios, você vai desenvolver as habilidades que aprendeu na primeira parte do curso e usar conceitos mais avançados, como computação vetorial, pirâmide de Pascal e o algoritmo RSA para resolver esses problemas de modo eficiente.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "Problemas do Projeto Euler de 201 a 300",
"intro": [
"Neste conjunto de desafios, você continuará a desenvolver as habilidades que aprendeu anteriormente e usará conceitos como o teorema dos binômios, números de Hamming e a sequência de Collatz para desenvolver ainda mais suas habilidades matemáticas e de resolução de problemas."
"Neste conjunto de desafios, você continuará a desenvolver as habilidades que aprendeu anteriormente e usará conceitos como o teorema dos binômios, números de Hamming e a sequência de Collatz para desenvolver ainda mais suas habilidades matemáticas e de resolução de problemas.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "Problemas do Projeto Euler de 301 a 400",
"intro": [
"Aqui, você continuará a exercitar suas habilidades matemáticas e algorítmicas ao usar conceitos como a teoria combinatória dos jogos, operações bitwise e a sequência autodescritiva de Golomb para desenvolver soluções eficientes para estes problemas."
"Aqui, você continuará a exercitar suas habilidades matemáticas e algorítmicas ao usar conceitos como a teoria combinatória dos jogos, operações bitwise e a sequência autodescritiva de Golomb para desenvolver soluções eficientes para estes problemas.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "Problemas do Projeto Euler de 401 a 480",
"intro": [
"Neste conjunto final de desafios, você precisará utilizar tudo o que aprendeu até este ponto e usar conceitos avançados como divisores unitários, a rotina de Kaprekar e muito mais para resolver estes problemas complexos."
"Neste conjunto final de desafios, você precisará utilizar tudo o que aprendeu até este ponto e usar conceitos avançados como divisores unitários, a rotina de Kaprekar e muito mais para resolver estes problemas complexos.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1731,7 +1738,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "Desafios do Rosetta Code",
"intro": ["Estes são os desafios para o Rosetta Code."]
"intro": [
"Estes são os desafios para o Rosetta Code.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+18 -8
View File
@@ -1167,14 +1167,16 @@
"title": "Algorithms",
"intro": [
"Mazoezi haya ya programu bila malipo yatakufundisha kuhusu algoriti za kawaida ambazo unaweza kukutana nazo katika maisha halisi. Hii ni fursa nzuri ya kuboresha ujuzi wako wa mantiki na programu.",
"Algoriti hizi hutumiwa mara kwa mara katika usaili wa kazi ili kupima ujuzi wa mtahiniwa. Tutakupa maelezo wazi na mafupi ya jinsi algoriti hizi tofauti hufanya kazi ili uweze kutekeleza suluhisho kwa kila moja."
"Algoriti hizi hutumiwa mara kwa mara katika usaili wa kazi ili kupima ujuzi wa mtahiniwa. Tutakupa maelezo wazi na mafupi ya jinsi algoriti hizi tofauti hufanya kazi ili uweze kutekeleza suluhisho kwa kila moja.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "Data Structures",
"intro": [
"Kozi hizi za upangaji bila malipo zinakusudiwa kukusaidia kukabiliana na miundo mikubwa na changamano ya data ambayo huenda bado huifahamu.",
"Ukipitia kozi zilizo hapa chini, utajifunza kuhusu kila aina ya muundo wa data, na utekeleze algoriti za kuimarisha uelewa wako kuzihusu."
"Ukipitia kozi zilizo hapa chini, utajifunza kuhusu kila aina ya muundo wa data, na utekeleze algoriti za kuimarisha uelewa wako kuzihusu.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1305,31 +1307,36 @@
"project-euler-problems-1-to-100": {
"title": "Mradi wa Euler Matatizo 1 hadi 100",
"intro": [
"Katika seti hii ya kwanza ya changamoto, utatumia dhana za hisabati kama vile mfuatano wa Fibonacci, nadharia ya nambari kuu, na viunganishi kuandika algoriti bora za kutatua matatizo haya."
"Katika seti hii ya kwanza ya changamoto, utatumia dhana za hisabati kama vile mfuatano wa Fibonacci, nadharia ya nambari kuu, na viunganishi kuandika algoriti bora za kutatua matatizo haya.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "Mradi wa Euler Matatizo 101 hadi 200",
"intro": [
"Katika seti hii ya changamoto, utaendeleza ujuzi uliojifunza katika sehemu ya kwanza ya kozi na kutumia dhana za hali ya juu zaidi kama vile ukokotoaji wa vekta, piramidi ya Pascal, na algoriti ya RSA ili kutatua matatizo haya kwa ufanisi."
"Katika seti hii ya changamoto, utaendeleza ujuzi uliojifunza katika sehemu ya kwanza ya kozi na kutumia dhana za hali ya juu zaidi kama vile ukokotoaji wa vekta, piramidi ya Pascal, na algoriti ya RSA ili kutatua matatizo haya kwa ufanisi.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "Mradi wa Euler Matatizo 201 hadi 300",
"intro": [
"Katika kundi hili la changamoto, utaendelea kukuza ujuzi uliojifunza hapo awali na kutumia dhana kama vile nadharia ya binomial, nambari za Hamming, na mfuatano wa Collatz ili kukuza zaidi ujuzi wako wa hesabu na utatuzi wa matatizo."
"Katika kundi hili la changamoto, utaendelea kukuza ujuzi uliojifunza hapo awali na kutumia dhana kama vile nadharia ya binomial, nambari za Hamming, na mfuatano wa Collatz ili kukuza zaidi ujuzi wako wa hesabu na utatuzi wa matatizo.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "Mradi wa Euler Matatizo 301 hadi 400",
"intro": [
"Hapa utaendelea kubadilisha ujuzi wako wa hisabati na algoriti unapotumia dhana kama vile nadharia ya mchezo mseto, utendakazi wa busara kidogo, na mfuatano wa kujieleza wa Golomb ili kutengeneza suluhu bora kwa matatizo haya."
"Hapa utaendelea kubadilisha ujuzi wako wa hisabati na algoriti unapotumia dhana kama vile nadharia ya mchezo mseto, utendakazi wa busara kidogo, na mfuatano wa kujieleza wa Golomb ili kutengeneza suluhu bora kwa matatizo haya.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "Mradi wa Euler Matatizo 401 hadi 480",
"intro": [
"Katika seti hii ya mwisho ya changamoto, utahitaji kutumia kila kitu ulichojifunza hadi kufikia hatua hii na kutumia dhana za hali ya juu kama vile vigawanyiko vya umoja, utaratibu wa Kaprekar, na mengi zaidi kutatua matatizo haya changamano."
"Katika seti hii ya mwisho ya changamoto, utahitaji kutumia kila kitu ulichojifunza hadi kufikia hatua hii na kutumia dhana za hali ya juu kama vile vigawanyiko vya umoja, utaratibu wa Kaprekar, na mengi zaidi kutatua matatizo haya changamano.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1731,7 +1738,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "Rosetta Code Challenges",
"intro": ["These are the challenges for Rosetta Code."]
"intro": [
"These are the challenges for Rosetta Code.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
+21 -11
View File
@@ -1157,14 +1157,16 @@
"title": "Алгоритми",
"intro": [
"Ці безоплатні вправи з програмування навчать вас загальних алгоритмів, з якими ви скоріш за все зіткнетеся в житті. Це чудова можливість вдосконалити як логіку, так і програмувальні навички.",
"Подібні алгоритми часто використовують на співбесідах, щоб перевірити навички кандидатів. Ми чітко пояснимо, як саме функціонують різноманітні алгоритми, щоб ви могли підібрати рішення до кожного."
"Подібні алгоритми часто використовують на співбесідах, щоб перевірити навички кандидатів. Ми чітко пояснимо, як саме функціонують різноманітні алгоритми, щоб ви могли підібрати рішення до кожного.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"data-structures": {
"title": "Структура даних",
"intro": [
"Ці безплатні курси програмування спрямовані на те, щоб допомогти вам у роботі з численними структурами даних, з якими ви ще не стикалися.",
"Під час роботи з цими курсами, ви вивчите кожний тип структур даних та реалізуєте алгоритми, щоб зрозуміти їх краще."
"Під час роботи з цими курсами, ви вивчите кожний тип структур даних та реалізуєте алгоритми, щоб зрозуміти їх краще.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"take-home-projects": {
@@ -1297,31 +1299,36 @@
"project-euler-problems-1-to-100": {
"title": "Проєкт Ейлера. Завдання 1-100",
"intro": [
"У першому наборі завдань ви використовуватимете послідовність Фібоначчі, теорему про розподіл простих чисел та комбінаторику, щоб написати алгоритми для розв’язку завдань."
"У першому наборі завдань ви використовуватимете послідовність Фібоначчі, теорему про розподіл простих чисел та комбінаторику, щоб написати алгоритми для розв’язку завдань.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-101-to-200": {
"title": "Проєкт Ейлера. Завдання 101-200",
"intro": [
"У цьому наборі завдань ви закріпите знання з першої частини курсу та використовуватимете обчислення вектора, трикутник Паскаля й алгоритм RSA, щоб розв’язати завдання."
"У цьому наборі завдань ви закріпите знання з першої частини курсу та використовуватимете обчислення вектора, трикутник Паскаля й алгоритм RSA, щоб розв’язати завдання.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-201-to-300": {
"title": "Проєкт Ейлера. Завдання 201-300",
"intro": [
"У цьому наборі завдань ви продовжите розвивати навички з попередніх завдань та використовуватимете біном Ньютона, числа Гемінґа й послідовність Коллатца."
"У цьому наборі завдань ви продовжите розвивати навички з попередніх завдань та використовуватимете біном Ньютона, числа Гемінґа й послідовність Коллатца.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-301-to-400": {
"title": "Проєкт Ейлера. Завдання 301-400",
"intro": [
"Тут ви продовжите працювати над своїми навичками, використовуючи комбінаторну теорію ігор, бітові операції та послідовність Ґоломба."
"Тут ви продовжите працювати над своїми навичками, використовуючи комбінаторну теорію ігор, бітові операції та послідовність Ґоломба.",
"NOTE: These challenges support JavaScript only solutions."
]
},
"project-euler-problems-401-to-480": {
"title": "Проєкт Ейлера. Завдання 401-480",
"intro": [
"У кінцевому наборі завдань ви підкреслите свої знання та використовуватимете унітарні дільники, програму Капрекара та багато іншого, щоб розв’язати складні завдання."
"У кінцевому наборі завдань ви підкреслите свої знання та використовуватимете унітарні дільники, програму Капрекара та багато іншого, щоб розв’язати складні завдання.",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
@@ -1717,7 +1724,10 @@
"blocks": {
"rosetta-code-challenges": {
"title": "Завдання з «Rosetta Code»",
"intro": ["Перелік завдань з «Rosetta Code»."]
"intro": [
"Перелік завдань з «Rosetta Code».",
"NOTE: These challenges support JavaScript only solutions."
]
}
}
},
@@ -2243,9 +2253,9 @@
]
},
"lab-colored-boxes": {
"title": "Створіть кольорові коробки",
"title": "Створіть кольорові блоки",
"intro": [
"У цій лабораторній роботі ви створите кольорову сітку та попрактикуєтесь додавати кольори фону до елементів сітки, використовуючи шістнадцяткові коди, RGB та визначені назви."
"У цій лабораторній роботі ви створите кольорову сітку та попрактикуєтесь додавати кольори фону до елементів, використовуючи шістнадцяткові коди, RGB і визначені назви."
]
},
"review-css-colors": {
@@ -2306,7 +2316,7 @@
]
},
"lab-confidential-email-page": {
"title": "Створіть сторінку конфіденційної пошти",
"title": "Створіть конфіденційний лист",
"intro": [
"У цій лабораторній роботі ви створите вебсторінку, використовуючи HTML, та замаскуєте вміст за допомогою властивостей CSS."
]