본문 바로가기

공부이야기/Algorithm11

[HackerRank][String Manipulation] Sherlock and the Valid String 문제 링크 www.hackerrank.com/challenges/sherlock-and-valid-string Sherlock and the Valid String | HackerRank Remove some characters from the string such that the new string's characters have the same frequency. www.hackerrank.com Sherlock considers a string to be valid if all characters of the string appear the same number of times. It is also valid if he can remove just character at index in the st.. 2021. 4. 23.
[Programmers][RegEx] 2021 KAKAO BLIND RECRUITEMENT - 신규 아이디 추천 문제 링크 programmers.co.kr/learn/courses/30/lessons/72410?language=java 코딩테스트 연습 - 신규 아이디 추천 카카오에 입사한 신입 개발자 네오는 "카카오계정개발팀"에 배치되어, 카카오 서비스에 가입하는 유저들의 아이디를 생성하는 업무를 담당하게 되었습니다. "네오"에게 주어진 첫 업무는 새로 programmers.co.kr 카카오에 입사한 신입 개발자 네오는 "카카오계정개발팀"에 배치되어, 카카오 서비스에 가입하는 유저들의 아이디를 생성하는 업무를 담당하게 되었습니다. "네오"에게 주어진 첫 업무는 새로 가입하는 유저들이 카카오 아이디 규칙에 맞지 않는 아이디를 입력했을 때, 입력된 아이디와 유사하면서 규칙에 맞는 아이디를 추천해주는 프로그램을 개발하는.. 2021. 4. 22.
[LeetCode][Back Tracking] 39. Combination Sum 문제 링크 leetcode.com/problems/combination-sum/ Combination Sum - 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 Given an array of distinct integers candidates and a target integer target, return a list of all unique combinations of candidates where the chosen numbers sum to target. .. 2021. 4. 17.