Posts by Luan Magalhaes • 1 point
3 posts
-
-3
votes1
answer75
viewsQ: Problems with bootstrap responsiveness
I’m developing a project, but I’m having problems with responsiveness issues, when the site changes to different screens like: mobile phones, tablets and other devices. It breaks all your layout,…
-
0
votes2
answers96
viewsA: Merge Sorted Java
I used a method for such a solution public Static Merge queue(Queue queueA, Queue queue) { Row row row = new Row(row.dado.length + row.dado.length); int proximoA = 0; int proximoB = 0; int proximoC…
-
0
votes2
answers96
viewsQ: Merge Sorted Java
I need to merge in java, with values of an Instance of a class, Queue a and Queue b, I made a method to insert(), in the Queue class. and would like to access the values of a and b. And assign these…