Skip to content

[Qiskit] 量子位元狀態的表示法

LeetCode: 1971-Find if Path Exists in Graph 解題紀錄

Last Updated on 2022-12-19 by Clay

題目

There is a bi-directional graph with n vertices, where each vertex is labeled from 0 to n - 1 (inclusive). The edges in the graph are represented as a 2D integer array edges, where each edges[i] = [ui, vi] denotes a bi-directional edge between vertex ui and vertex vi. Every vertex pair is connected by at most one edge, and no vertex has an edge to itself.

Read More »LeetCode: 1971-Find if Path Exists in Graph 解題紀錄

LeetCode: 198-House Robber 解題紀錄

Last Updated on 2022-12-14 by Clay

題目

You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from robbing each of them is that adjacent houses have security systems connected and it will automatically contact the police if two adjacent houses were broken into on the same night.

Read More »LeetCode: 198-House Robber 解題紀錄
Exit mobile version