<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hamiltonian Path on Algorithm Solutions</title><link>https://algorithm.liangqin.ren/tags/hamiltonian-path/</link><description>Recent content in Hamiltonian Path on Algorithm Solutions</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Sat, 29 Aug 2026 15:39:15 -0500</lastBuildDate><atom:link href="https://algorithm.liangqin.ren/tags/hamiltonian-path/index.xml" rel="self" type="application/rss+xml"/><item><title>980. Unique Paths III</title><link>https://algorithm.liangqin.ren/leetcode/980/</link><pubDate>Sat, 29 Aug 2026 15:39:15 -0500</pubDate><guid>https://algorithm.liangqin.ren/leetcode/980/</guid><description>1. Description You are given an m x n integer array grid where grid[i][j] could be:
1 representing the starting square. There is exactly one starting square. 2 representing the ending square. There is exactly one ending square. 0 representing empty squares we can walk over. -1 representing obstacles that we cannot walk over. Return the number of 4-directional walks from the starting square to the ending square, that walk over every non-obstacle square exactly once.</description></item></channel></rss>