Skip to content

Algorithm Practice v0.1.9

Choose a tag to compare

@github-actions github-actions released this 28 Dec 20:13
· 287 commits to main since this release

🚀 Algorithm Practice v0.1.9

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

  • 11c55dd - chore: update package version to 0.1.9 in package.json and package-lock.json
  • 072a635 - fix: address TypeScript compatibility issues in SparkBarChart component
  • b040f43 - feat: enhance practice statistics and dashboard features
  • f8eaf2f - feat: update sitemap and add sitemap guide for improved SEO and navigation
  • a09f830 - feat: add 404 error page and web manifest for improved user experience
  • 3f96fb5 - feat: add favicons and update index.html for improved branding
  • f3ba8d1 - Remove an image from README-zh.md
  • 44dff51 - Update README.md
  • 59e8755 - feat: add Google site verification meta tag in index.html
  • 13d5d32 - feat: add msvalidate meta tag for improved SEO in index.html
  • 2544e1f - feat: enhance documentation and AI features in index.html and zh/index.html

中文说明

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

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

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