Pinned Repositories
ArrayManipulationJS
Learning methods to manipulate arrays in JavaScript.
AsynchronismCourseJS
BackendWithNodeJS
birthdayCakeCandles
You are in charge of the cake for a child's birthday. You have decided the cake will have one candle for each year of their total age. They will only be able to blow out the tallest of the candles. Count how many candles are tallest.
breakingTheRecords
Maria plays college basketball and wants to go pro. Each season she maintains a record of her play. She tabulates the number of times she breaks her season record for most points and least points in a game. Points scored in the first game establish her record for the season, and she begins counting from there. Given the scores for a season, determine the number of times Maria breaks her records for most and least points scored during the season.
cursogit
Fronted-Developer-Practical
frontend-developer-course
Learning frontend basics
JSclousuresAndScope
pyConverter
diegomzalez's Repositories
diegomzalez/solve-me-first-java
SolveMeFirst solution using Java.
diegomzalez/bill-division
Bill Division
diegomzalez/my-first-program-go
diegomzalez/responsiveDesign-mobileFirst
diegomzalez/mysql-nodejs-restapi
diegomzalez/CRUDMERNSTACK
Creating a CURD MERN using Mongodb, Express, React, Node con Typescript.
diegomzalez/divisibleSumPairs
diegomzalez/wordRepetitions
This program help to show how many times a word is repeated in a text.
diegomzalez/grade-point-average
diegomzalez/HTML_CSS
Everything learned in the definitive course of HTML and CSS.
diegomzalez/platzi-store-api
diegomzalez/react-shop-next
diegomzalez/subrrayDivision
Two children, Lily and Ron, want to share a chocolate bar. Each of the squares has an integer on it. Lily decides to share a contiguous segment of the bar selected such that: The length of the segment matches Ron's birth month, and, The sum of the integers on the squares is equal to his birth day. Determine how many ways she can divide the chocolate.
diegomzalez/nextjsCourse
Everything learned in the Nextjs course classes.
diegomzalez/breakingTheRecords
Maria plays college basketball and wants to go pro. Each season she maintains a record of her play. She tabulates the number of times she breaks her season record for most points and least points in a game. Points scored in the first game establish her record for the season, and she begins counting from there. Given the scores for a season, determine the number of times Maria breaks her records for most and least points scored during the season.
diegomzalez/pooAndAlgorithms
POO and algorithms using Python.
diegomzalez/discriminant_of_a_parabola
Simple script to determinate the numbers of roots of a curve.
diegomzalez/betweenTwoSets
There will be two arrays of integers. Determine all integers that satisfy the following two conditions: The elements of the first array are all factors of the integer being considered The integer being considered is a factor of all elements of the second array These numbers are referred to as being between the two arrays. Determine how many such numbers exist.
diegomzalez/kangaroo
Number Line Jumps solution. Problem from HackerRank.
diegomzalez/appleAndOranges
Sam's house has an apple tree and an orange tree that yield an abundance of fruit. Using the information given below, determine the number of apples and oranges that land on Sam's house.
diegomzalez/gradingStudents
diegomzalez/hourConverter
Given a time in 12-hour AM/PM format, convert it to military (24-hour) time.
diegomzalez/sort_algorithms
Introductory course on sort algorithms.
diegomzalez/algorithmic_complexity
Learning about algorithms using JS.
diegomzalez/birthdayCakeCandles
You are in charge of the cake for a child's birthday. You have decided the cake will have one candle for each year of their total age. They will only be able to blow out the tallest of the candles. Count how many candles are tallest.
diegomzalez/diegomdevs.github.io
Deploying on GitHub Pages.
diegomzalez/miniMaxSum
Given five positive integers, find the minimum and maximum values that can be calculated by summing exactly four of the five integers. Then print the respective minimum and maximum values as a single line of two space-separated long integers.
diegomzalez/singlePageApplication
Single Page Application with JavaScript Vanilla
diegomzalez/stairCase
A challange from HackerRack.
diegomzalez/plusMinusH
A challenge from HackerRanck