8000 Merge branch 'main' into main · seanpm2001/TheAlgorithms_Website@11ea22a · GitHub
[go: up one dir, main page]

Skip to content

Commit 11ea22a

Browse filesBrowse files
authored
Merge branch 'main' into main
2 parents 2ffd62c + 45353c8 commit 11ea22a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/locales/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"algorithmExplanationTitle": "An algorithm is a set of rules that takes in one or more inputs, then performs inner calculations and data manipulations and returns an output or a set of outputs. In short, algorithms make life easy. From complex data manipulations and hashes, to simple arithmetic, algorithms follow a set of steps to produce a useful result. One example of an algorithm would be a simple function that takes two input values, adds them together, and returns their sum.",
2+
"algorithmExplanationTitle": "What is an Algorithm?",
33
"algorithmExplanation": "An algorithm is a set of rules that takes in one or more inputs, then performs inner calculations and data manipulations and returns an output or a set of outputs. In short, algorithms make life easy. From complex data manipulations and hashes, to simple arithmetic, algorithms follow a set of steps to produce a useful result. One example of an algorithm would be a simple function that takes two input values, adds them together, and returns their sum.",
44
"aboutUsTitle": "About Us",
55
"aboutUs": "We are a group of programmers helping each other build new things, whether it be writing complex encryption programs, or simple ciphers. Our goal is to work together to document and model beautiful, helpful and interesting algorithms using code. We are an open-source community - anyone can contribute. We check each other's work, communicate and collaborate to solve problems. We strive to be welcoming, respectful, yet make sure that our code follows the latest programming guidelines.",

public/locales/es/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"algorithmExplanationTitle": "Un algoritmo es un conjunto de reglas que toma una o más entradas, luego realiza cálculos internos y manipulaciones de datos y devuelve una salida o un conjunto de salidas. En resumen, los algoritmos facilitan la vida. Desde complejas manipulaciones de datos y hashes, hasta aritmética simple, los algoritmos siguen un conjunto de pasos para producir un resultado útil. Un ejemplo de algoritmo sería una función simple que toma dos valores de entrada, los suma y devuelve su suma.",
2+
"algorithmExplanationTitle": "¿Qué es un algoritmo?",
33
"algorithmExplanation": "Un algoritmo es un conjunto de reglas que toma una o varias entradas, luego realiza cálculos internos y manipulaciones de datos y devuelve una salida o un conjunto de salidas. En resumen, los algoritmos facilitan la vida. Desde manipulaciones de datos complejas y hashes hasta aritmética simple, los algoritmos siguen un conjunto de pasos para producir un resultado útil. Un ejemplo de un algoritmo sería una función simple que toma dos valores de entrada, los agrega y devuelve su suma.",
44
"helloAlgorithms": "¡Hola, algoritmos!",
55
"searchesCategories": "Búsquedas",

0 commit comments

Comments
 (0)
0