Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 462 Bytes

functionList.md

File metadata and controls

16 lines (15 loc) · 462 Bytes

🚀 problem2 기능 목록


1. StringValidation

System.out.println("예외");
  • 글자수가 1이하 1000 이상일 경우
  • 대문자가 들어올 경우
  • 빈문자열 값: return 빈문자열

2. FindAndRemoveDuplicate

  • LinkedList로 첫 문자부터 순회
  • 반복문자 나올 시 next node 포인터 변경 (삭제)
  • 반복이 없다면 다음 node로 이동
  • return 최종 문자열