[LeetCode] 518. Coin Change II - Java, JavaScript
·
알고리즘/LeetCode
https://leetcode.com/problems/coin-change-ii/description/ Coin Change II - LeetCode Can you solve this real interview question? Coin Change II - You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money. Return the number of combinations that make up that leetcode.com 문제 You are given an integer array coins repre..
[LeetCode] 74. Search a 2D Matrix - Java
·
알고리즘/LeetCode
https://leetcode.com/problems/search-a-2d-matrix/description/ Search a 2D Matrix - LeetCode Can you solve this real interview question? Search a 2D Matrix - You are given an m x n integer matrix matrix with the following two properties: * Each row is sorted in non-decreasing order. * The first integer of each row is greater than the last integer leetcode.com 문제 You are given an m x n integer mat..
[LeetCode] 735. Asteroid Collision - Java
·
알고리즘/LeetCode
https://leetcode.com/problems/asteroid-collision/ Asteroid Collision - LeetCode Can you solve this real interview question? Asteroid Collision - We are given an array asteroids of integers representing asteroids in a row. For each asteroid, the absolute value represents its size, and the sign represents its direction (positive meaning leetcode.com 문제 We are given an array asteroids of integers r..
[Flutter] 첫 번째 토이프로젝트 - 앱개발부터 배포까지 회고
·
개발/Flutter
유튜브에 올라온 강의들과 유데미의 강의로 플러터를 공부하면서 기본적이고 핵심적인 내용들을 다 학습하고 나면 간단한 앱을 만들어서 스토어에 게시까지 해보리라 다짐했었다. 그러다가 이번에 어느정도 목표한 부분까지 학습이 끝나게 되어서 토이프로젝트를 진행하게 되었고 스토어에 게시까지 성공하게 되었다. 비록 정말 단순한 앱이지만 플러터 개발의 첫 시작이 되는 이번 토이프로젝트를 기록으로 남기고자 한다. 1. 토이프로젝트의 목표 이번 토이프로젝트로 이루고자 했던 목표는 다음 세 가지였다. 앱 개발부터 배포까지 해보기 이번 토이프로젝트의 가장 큰 목표이다. 우선 간단한 프로젝트로 앱 개발의 전체적인 흐름을 경험함으로써 겪을 수 있는 많은 문제들을 미리 핸들링해보고, 추후에 더욱 복잡한 앱을 만들어 배포하게 될 때 ..
[LeetCode] 1091. Shortest Path in Binary Matrix - Java
·
알고리즘/LeetCode
https://leetcode.com/problems/shortest-path-in-binary-matrix/description/ Shortest Path in Binary Matrix - LeetCode Can you solve this real interview question? Shortest Path in Binary Matrix - Given an n x n binary matrix grid, return the length of the shortest clear path in the matrix. If there is no clear path, return -1. A clear path in a binary matrix is a path from leetcode.com 문제 Given an ..
HYOJUN
'분류 전체보기' 카테고리의 글 목록 (2 Page)