Skip to content

carlos-lacerda/bairesdev-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test BairesDev

Postulant : Daniel Gutiérrez

Exercise 1

Main: cl.danielgutierrez.baires.ex1.AppEx1

The solution was implemented using the java.util.Stack structure for calculate the factorial.

Exercise 2

Main: cl.danielgutierrez.baires.ex2.AppEx2

AttentionQueue was implemented using java.util.LinkedList for represent a simple ordered queue.

Exercise 3

Main: cl.danielgutierrez.baires.ex3.AppEx3

ProfessionsTable is implenmented behind the wall using the HashSet class, to represent a simple key value pair of persons.

Exercise 4

Main: cl.danielgutierrez.baires.ex4.AppEx4

ListProcess receive two arrays of integers (a and b), to generate two ArrayList, one for the intersection between both, and the other for the difference between b and a.

About

My answers for Bairesdev's coding exam.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages