강의

멘토링

커뮤니티

Inflearn Community Q&A

happyrichman's profile image
happyrichman

asked

Introduction to Java Algorithm Problem Solving: Coding Test Preparation

1. Wrestler

씨름 선수 문제에서 각 선수의 몸무게나 키가 같을 수도 있다면?

Written on

·

39

0

안녕하세요!

씨름 선수 문제에서는 각 선수의 몸무게와 키가 모두 다르다는 전제를 기반으로 하고 있는데요, 만약 각 선수가 동일한 몸무게나 동일한 키를 가질 수 있다면 어떤 방식으로 문제를 접근해야 할까요? 현재 정답 코드로는 답을 내기 어려울 것 같아서요

java코딩-테스트

Answer

This question is waiting for answers
Be the first to answer!
happyrichman's profile image
happyrichman

asked

Ask a question