Pinned Repositories
pyConverter
JSclousuresAndScope
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
diegomzalez's Repositories
diegomzalez/java-roadmap
This repository contains every subject I learned about The Java Programming Language.
diegomzalez/os-api-java-spring-boot
Online Shopping API. Java Spring Boot project to practice and strengthen my Java Spring Boot knowledge, also to include it in my portfolio.
diegomzalez/pambi.tech-clon
pambi.tech website clone by Dalas written in Next.js and TailwindCSS.
diegomzalez/nextjs-dashboard-app
Repository where I coded every subject I learned with the Next.js course for the Dashboard app example. Learning about how to create, configure and run/deploy Next.js applications.
diegomzalez/nextjs-react_and_nextjs_foundations
This repository contains all the code and information I learned about React and Next.js by taking the React Foundations from Next.js.
diegomzalez/spring-boot
This repository is to store every subject I learned studying Spring Boot Framework.
diegomzalez/c-tutorial
C Tutorial repository where I coded every subject of C language.
diegomzalez/rtce
Real-Time Collaborative Edition Application written in Node.js to learn and practice React.js, Express.js and Sockets technology.
diegomzalez/new-platzi-cpp-couse
Code from Platzi new C++ course. Certifided every subject saw in the course.
diegomzalez/ruby-hello-world
My first program in Ruby. Learning a Ruby Program or project structure and its basic syntax.
diegomzalez/movies
Movies REST API made with Spring Boot and MongoDB.
diegomzalez/longest_common_subsequence
Code solution for Longest Common Subsequence written in C Programming Language. Good practices, good memory use and Dynamic Programming.
diegomzalez/longest_common_substring
diegomzalez/knap_sack_problem
Code solution for Knap Sack problem using dynamic programming.
diegomzalez/recursive-and-divide-and-conquer-binary-search
Divide and conquer recursion binary search algotihm implementation.
diegomzalez/arr_item_counter
"Python function using recursion and divide-and-conquer to count list items. Handles list indices directly for optimization. Accompanied by a README. Note: due to Python's recursion depth limit, may not work for very large lists.
diegomzalez/arr_item_sum
Optimized Python function using recursion to sum list elements. Employs divide-and-conquer and avoids list slicing. Includes tests, README, and MIT license. Note: not suitable for very large lists due to recursion depth limit.
diegomzalez/stack
Python-based implementation of a basic Stack data structure, including support for push, pop, and peek operations. The repository also includes error handling for stack underflow and overflow scenarios.
diegomzalez/selection-sort
Selection Sort in Python: A straightforward and educational implementation of the selection sort algorithm. This repository provides an understanding of how the algorithm works by sorting an array of integers in ascending order.
diegomzalez/linked-list
Singly Linked List in C++. A basic data structure for learning and educational purposes. Implements node insertion, deletion, and list traversal. Note: Simplified for clarity, lacks production-level error handling and testing.
diegomzalez/binary-search
Efficient binary search algorithm implemented in C. Features clean project structure, Makefile for easy builds, and clear documentation for users and contributors.
diegomzalez/introduction-to-algorithms-fourth-edition
diegomzalez/sql-function-mapper
diegomzalez/sql-parser
Análisis y mapeo de instrucciones SQL en funciones de archivos SQL
diegomzalez/data-structures-and-algorithms
Learning and implementing basic of Data Structures and Algorithms.
diegomzalez/node
Learning and implementing node data structure.
diegomzalez/graph
Learning and implementing Graphs data structure.
diegomzalez/breadth-first-search
Learning and implementing Breadth-first search algorithm with graphs.
diegomzalez/dijkstra-algorithm
Dijkstra algorithm.
diegomzalez/divide-and-conquer
Divide and conquer algorithms.