Posts by Gabriel Jardim • 21 points
2 posts
-
-1
votes1
answer195
viewsQ: Spring Boot and Hibernate - problems to move up application and map classes into entities
the thing is, I created a page using Spring Boot, Thymeleaf, Hibernate e Mysql para cadastro de estacionamentos e veículos mas estou muito perdido em relação ao mapeamento das entidades e…
-
2
votes1
answer70
viewsQ: Why is this C code not working (binary tree)?
Good morning, I’m trying to create a recursive function that traverses a binary tree and finds the largest integer contained in the nodes. My idea is to move to the function the pointer to the node…