코딩테스트/코딩테스트 Python14 [CodeSignal] Collections Truthness (Python) https://app.codesignal.com/arcade/python-arcade/meet-python/H9raD7Bdb3D2847f9 Collections Truthness | CodeSignal What will be the value of res after the following snippet is executed: xs = [()] res = [False] * 2 if xs: res[0] = True if xs[0]: res[1] = True app.codesignal.com ✔️문제 요약 - 다음 코드를 거친 후 value 값으로 올바른 것을 고르시오 xs = [()] res = [False] * 2 if xs: res[0] = True if xs[0]: res[1] = True ✔️풀이 .. 코딩테스트/코딩테스트 Python 2022. 9. 2. [CodeSignal] traverseTree (Python) 💡문제 https://app.codesignal.com/interview-practice/task/PhNPP45hZGNwpPchi/description traverseTree | CodeSignal Press space bar to start a drag. When dragging you can use the arrow keys to move the item around and escape to cancel. Some screen readers may require you to be in focus mode or to use your pass through key app.codesignal.com 💡문제 요약 - 정수 t의 이진 트리가 주어지면 다음의 노드값을 반환해야 한다. *이진 트리란 각각의 노드가.. 코딩테스트/코딩테스트 Python 2022. 8. 26. 이전 1 2 다음