faustodavidhernandezjasso
Computer Science & Mathematics Student.
School of Science, UNAM.Mexico City, Mexico.
Pinned Repositories
advanced-learning-algorithms
This repository contains the implementation of Neural Networks and Decision Trees.
advent-of-code-2023
algebra-lineal-ii
bijection-between-N-and-Q
This repository contains a simple python script, the script consists in the specification of bijective function between rational numbers and natural numbers, this shows that these two sets have the same cardinality.
c-plus-plus-programs
A set of problems whice I have coded in C++
cab-agency
Database implemented in PostgreSQL which manages a cab agency to provide a better service to its users as well as to have a record of profits, trips made and number of customers. Database normalization techniques were used in order to have the least possible redundancy, this system contains the database schema, the DDL and the DML.
calculo-diferencial-e-integral-II
computational-complexity
Essays, notes, homeworks, programms and slides created by me for my Computational Complexity class.
data-structure-visualizer
This repository contains a data structure visualizer written in Java. The visualizer can visualize a variety of data structures, including arrays, stacks, queues, linked lists, binary trees, AVL trees, and graphs.
data-structures-in-java
This repository contains the implementation of various data structures in Java. The data structures are implemented using the best practices and are well-documented. The repository also includes unit tests to ensure the correctness of the implementation.
faustodavidhernandezjasso's Repositories
faustodavidhernandezjasso/formalising-mathematics-2024
Formalising Mathematics; a course for undergraduate mathematicians. Ran between January and March 2024.
faustodavidhernandezjasso/taller-lean
Taller de Lean
faustodavidhernandezjasso/calculo-diferencial-e-integral-II
faustodavidhernandezjasso/inteligencia-artificial
faustodavidhernandezjasso/haskell-mooc
Haskell MOOC University of Helsinki
faustodavidhernandezjasso/faustodavidhernandezjasso
Config files for my GitHub profile.
faustodavidhernandezjasso/algebra-lineal-ii
faustodavidhernandezjasso/logica-computacional
Éste repositorio contiene las notas y presentaciones usadas para impartir mi clase de Lógica Computacional I
faustodavidhernandezjasso/make-google-forms-quiz
This repository contains a little script for creating a google quiz using Python. This script was made especially for the format in which the .xlsx file was in.
faustodavidhernandezjasso/youtube-api
This repo will host a YT API.
faustodavidhernandezjasso/advent-of-code-2023
faustodavidhernandezjasso/technical-discussions
This repo will host labs of Cloud Computing Foundations course.
faustodavidhernandezjasso/leet-code
I like to solve problems.
faustodavidhernandezjasso/advanced-learning-algorithms
This repository contains the implementation of Neural Networks and Decision Trees.
faustodavidhernandezjasso/supervised-machine-learning
This repository contains code for regression and classification tasks in machine learning. The code is written in Python. The repository is intended for beginners and experienced machine learning practitioners alike.
faustodavidhernandezjasso/bijection-between-N-and-Q
This repository contains a simple python script, the script consists in the specification of bijective function between rational numbers and natural numbers, this shows that these two sets have the same cardinality.
faustodavidhernandezjasso/cab-agency
Database implemented in PostgreSQL which manages a cab agency to provide a better service to its users as well as to have a record of profits, trips made and number of customers. Database normalization techniques were used in order to have the least possible redundancy, this system contains the database schema, the DDL and the DML.
faustodavidhernandezjasso/c-plus-plus-programs
A set of problems whice I have coded in C++
faustodavidhernandezjasso/sort-program
This repository contains my own implementation of the sort Unix program. The implementation is written in Java and is based on the quicksort algorithm.
faustodavidhernandezjasso/data-structure-visualizer
This repository contains a data structure visualizer written in Java. The visualizer can visualize a variety of data structures, including arrays, stacks, queues, linked lists, binary trees, AVL trees, and graphs.
faustodavidhernandezjasso/generator-of-reports
This repository contains the code for a program that generates reports on files. The program can count the number of words in a file, generate a list of the 15 most used words in a file, create a red-black tree with those words, create an AVL tree with those words, and create a graph between two files if they share a word.
faustodavidhernandezjasso/data-structures-in-java
This repository contains the implementation of various data structures in Java. The data structures are implemented using the best practices and are well-documented. The repository also includes unit tests to ensure the correctness of the implementation.
faustodavidhernandezjasso/computational-complexity
Essays, notes, homeworks, programms and slides created by me for my Computational Complexity class.
faustodavidhernandezjasso/dwb_2023-2_Proyecto_Final
Proyecto Final de la materia de Desarrollo Web Back-End 2023-2
faustodavidhernandezjasso/IS20213-1-Lab
Some programs which I've coded on my class of Software Engineering.
faustodavidhernandezjasso/Estructuras-De-Datos
Estructuras De Datos en Python