Zusammenfassung der Ressource
Frage 1
Frage
Information Encoding and Storage
What is the hexadecimal representation of the binary number \(1101010_2?\)
Frage 2
Frage
Algorithms and Data Structures
What is the result of a postorder traversal in the following binary tree?
Antworten
-
ABCDEFG
-
DBEAFCG
-
DEBFGCA
-
ABDECFG
-
DEBACFG
Frage 3
Frage
Algorithms and Data Structures
Which of the following sorting algorithms both have a worst case complexity of O(n*log(n))?
Frage 4
Frage
Algorithms and Data Structures
Which regular expression is equal to the following finite state machine?
Antworten
-
0(0|1)*
-
(0|1)*0(0|1)*
-
(0|1)*0(0|1)
-
(0|1)0(0|1)