
[Python] Call by reference & Call by Value, 불변타입과 가변타입
알고리즘 및 자료구조(연결리스트)를 공부하던 중 아래와 같은 의문이 들었습니다. ▶궁금했던 내용 아래 코드는 리트코드 21번 Merge Two Sorted Lists에 대한 풀이입니다. https://leetcode.com/problems/merge-two-sorted-lists/ Merge Two Sorted Lists - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com # https://leetcode.com/problems/merge-two-sorted-li..
Comment