├── README.md ├── cuantas-veces-se repite-una-palabra.js ├── cuantas-veces-se-repiten-las-palabras.js ├── eliminar-datos-repetidos.js ├── encontrar-suma-de-dos.js ├── encontrar-suma-mas-grande-de-dos.js ├── fibonacci.js ├── invertir-string.js ├── numero-perdido.js ├── numero-primo.js ├── numero-random.js └── palindromo.js /README.md: -------------------------------------------------------------------------------- 1 | # BASIC ALGORITHMS TO STUDY ! 2 | 3 | Made with ❤️️ and 🖥 -------------------------------------------------------------------------------- /cuantas-veces-se repite-una-palabra.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/cuantas-veces-se repite-una-palabra.js -------------------------------------------------------------------------------- /cuantas-veces-se-repiten-las-palabras.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/cuantas-veces-se-repiten-las-palabras.js -------------------------------------------------------------------------------- /eliminar-datos-repetidos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/eliminar-datos-repetidos.js -------------------------------------------------------------------------------- /encontrar-suma-de-dos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/encontrar-suma-de-dos.js -------------------------------------------------------------------------------- /encontrar-suma-mas-grande-de-dos.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/encontrar-suma-mas-grande-de-dos.js -------------------------------------------------------------------------------- /fibonacci.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/fibonacci.js -------------------------------------------------------------------------------- /invertir-string.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/invertir-string.js -------------------------------------------------------------------------------- /numero-perdido.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/numero-perdido.js -------------------------------------------------------------------------------- /numero-primo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/numero-primo.js -------------------------------------------------------------------------------- /numero-random.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/numero-random.js -------------------------------------------------------------------------------- /palindromo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teffcode/basic-algorithms/HEAD/palindromo.js --------------------------------------------------------------------------------