![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bLG2E9/btrHjdRGSC1/EsyBkQTadZigErJWF5W9W0/img.jpg)
Question There is a robot on an m x n grid. The robot is initially located at the top-left corner (i.e., grid[0][0]). The robot tries to move to the bottom-right corner (i.e., grid[m - 1][n - 1]). The robot can only move either down or right at any point in time. Given the two integers m and n, return the number of possible unique paths that the robot can take to reach the bottom-right corner. T..
![](http://i1.daumcdn.net/thumb/C148x148.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/dNTj4d/btrHeXAG1vU/mUWdhoHskw5pzPMy5nA4Q1/img.jpg)
Question Given an array nums of distinct integers, return all the possible permutations. You can return the answer in any order. integer 타입의 정수로 이루어진 배열이 주어졌을 때, 가능한 모든 순열을 return 하라. return 하는 순서는 상관없다. 제약사항 배열의 길이는 1이상 6 이하 배열 각 원소의 값은 -10 이상 10 이하. 배열의 모든 원소는 unique 하다. Solution 가능한 최선의 수행 시간(Best Conceivable Runtime(BCR) 모든 순열을 순회하는 문제이다. 어떤 방식으로 하건 모든 원소는 최소 한 번씩은 조회해보아야 한다. 따라서 BCR은 O(n)이다..
- Total
- Today
- Yesterday
- 리트코드
- 속초 맛집
- LeetCode
- rust
- Tree
- 러스트
- 트리
- 자료구조
- 맛집
- PS
- 코딩인터뷰
- algorithm
- 내돈내산
- Interview
- 솔직후기
- ProblemSolving
- 반드시 알아야 할 자료구조
- interview question
- 기술면접
- 러스트 입문
- DP
- 속초
- 러스트 배우기
- coding interview
- 인터뷰
- 알고리즘
- C++
- Problem Solving
- 러스트 기초
- Medium
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |