삼성코테예상문제

    SW Expert Academy - 디저트카페 (python)

    ❓ 문제 - SW Expert Academy 디저트카페 python 풀이법 출처 (https://swexpertacademy.com/main/solvingProblem/solvingProblem.do) SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com 다른 분의 코드 참조하여 해결하였습니다... (https://dongsik93.github.io/algorithm/2019/07/04/algorithm-swexpert-sw2105/) SW expert 2105 디저트 카페문제-python - 동식이 블로그 2105 디저트 카페 dongsik93.github.io 📝 문제해결법 1. 이 문제는 완전탐색(DFS)+구현..