본문 바로가기

릿코드4

코딩테스트: (LeetCode) 692. Top K Frequent Words 파이썬 코드/풀이 1. 문제 2. 코드 및 주석 풀이 ** 제가 직접 풀은 방법으로, 더 좋은 풀이가 있을 수 있으니 참고만 해주세요 ^^ 1. 문제 leetcode 문제풀러가기 > 아래 사이트 https://leetcode.com/problems/top-k-frequent-words/ Top K Frequent Words - 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 (한글) 문제 간단설명 배열 words와 정수 k가 주어지는데, words배열 안에 제일 많이 나타난 단어부.. 2022. 10. 19.
코딩테스트: (LeetCode) 48. Rotate Image 파이썬 코드/풀이 1. 문제 2. 규칙찾기 3. 코드 1. 문제 아래와 같은 n*n 크기의 정사각형을 90도로 회전했을때의 결과를 출력해라. 단, 제공하는 matrix리스트 외의 다른 리스트를 만들어서 할당하지 말고 바로 matrix에서 정답을 도출시켜라. 아래 링크 클릭 후 로그인을 하시면 문제를 바로 확인해보실 수 있습니다. https://leetcode.com/problems/rotate-image/ Rotate Image - 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 .. 2022. 8. 30.
코딩테스트: LeetCode - 4. Median of Two Sorted Arrays (자바스크립트 풀이) 포스팅 요약 1. 문제 2. 문제 해석 3. 코드 1. 문제 LeetCode문제 풀러가기 https://leetcode.com/problems/median-of-two-sorted-arrays/ Median of Two Sorted Arrays - 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 two sorted arrays nums1 and nums2 of size m and n respectively, return the median of t.. 2022. 7. 14.
Leetcode 깃허브 연동하기 및 사용법 (상세 설명) 포스팅 요약 1. leethub확장프로그램 다운 2. 레파지스토리 연결 3. leetcode초간단 회원가입 및 로그인 4. 문제풀기 1. leethub확장프로그램 다운 https://chrome.google.com/webstore/detail/leethub/aciombdipochlnkbpcbgdpjffcfdbggi?hl=ko 크롬 웹스토어에서 LeetHub를 크롬에 추가해 줍니다. 2. 레파지스토리 연결 1) 오른쪽 상단에 퍼즐모양을 클릭하면 설치한 확장 프로그램들이 나옵니다.(아래 이미지 참고) 2) 설치한 확장프로그램이 많을경우, 설치된 leetHub가 안보일 수도 있습니다. 그럴때는 저기서 스크롤 해주면 아래 있습니다. 3) leetHub클릭 4) Authenticate클릭!! 5) 깃허브 로그인 .. 2022. 7. 7.