Skip to content

Algorithm Practice v0.1.7

Choose a tag to compare

@github-actions github-actions released this 19 Dec 20:18
· 298 commits to main since this release

🚀 Algorithm Practice v0.1.7

An offline algorithm practice application with WASM-based code execution.

📦 Downloads

Platform Architecture File
macOS Apple Silicon (M1/M2/M3) Algorithm-Practice-*-macOS-arm64.dmg
macOS Intel Algorithm-Practice-*-macOS-x64.dmg
Windows 64-bit Installer Algorithm-Practice-*-Windows-Setup.exe
Windows 64-bit Portable Algorithm-Practice-*-Windows-Portable.exe
Linux AppImage Algorithm-Practice-*-Linux.AppImage
Linux Debian/Ubuntu Algorithm-Practice-*-Linux.deb
Linux Fedora/RHEL Algorithm-Practice-*-Linux.rpm

⚠️ macOS Installation Note

If you see "damaged" or "cannot verify developer" message when opening the app, run this command in Terminal:

# For app installed from DMG
sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app

# Or for app extracted from ZIP (adjust path accordingly)
sudo xattr -rd com.apple.quarantine ~/Downloads/Algorithm\ Practice.app

📝 Changelog

  • ca67ef8 - feat: update version and add documentation for GitHub Pages deployment

中文说明

基于 WASM 的离线算法练习应用。

macOS 安装提示:如果打开应用时提示"已损坏"或"无法验证开发者",请在终端运行:

sudo xattr -rd com.apple.quarantine /Applications/Algorithm\ Practice.app