Posts by Jorge Borges • 63 points
5 posts
-
3
votes2
answers202
viewsA: Is there a difference between a perfect binary tree and a balanced binary tree?
An addition to Maniero’s answer is that a perfect binary tree is always balanced but the opposite is not true. The main characteristic of a perfect tree is to have the total number of nodes…
terminologyanswered Jorge Borges 63 -
-1
votes2
answers179
viewsA: Encoding problem while extracting zip file - edited
In python, as in other languages, interprets \ as a String escape, try to separate the path from the zip file with /.
-
1
votes1
answer114
viewsQ: Use of map() in python
Searching on this site https://pythonhelp.wordpress.com/2012/05/13/map-reduce-filter-e-lambda/ vi o uso do map(). But in the terminal the first example is not printing a list. import math lista1 =…
pythonasked Jorge Borges 63 -
1
votes0
answers963
viewsQ: Use of module-info.java
When the Eclipse creates a module-info.java what would be? How should I employ? In places where I seek nothing is synthesized.
-
0
votes1
answer621
viewsQ: keycode - Javascript
Good evening my dear, I am making a 'Function' in javascript but it is not running in my browser Chrome. function move(){ var obj = document.getElementById("dv1"); var tecla = KeyboardEvent.keyCode;…
javascript-eventsasked Jorge Borges 63