Activity
feat: implement Topological Sort algorithm with tests
feat: implement Topological Sort algorithm with tests
fix: update base path in tsconfig.json for correct module resolution
fix: update base path in tsconfig.json for correct module resolution
chore: update .gitignore, eslint config, and package.json for improve…
chore: update .gitignore, eslint config, and package.json for improve…
ci: rename workflow file and update actions to latest versions
ci: rename workflow file and update actions to latest versions
ci: update workflow to use Node.js 22 only
ci: update workflow to use Node.js 22 only
ci: update workflow to support Node.js 20 and improve caching strategy
ci: update workflow to support Node.js 20 and improve caching strategy
fix: update CI workflow to trigger on 'main' branch instead of 'master'
fix: update CI workflow to trigger on 'main' branch instead of 'master'
feat: implement coin change algorithms with comprehensive test covera…
feat: implement coin change algorithms with comprehensive test covera…
feat: refactor factorial function to use iterative approach and impro…
feat: refactor factorial function to use iterative approach and impro…
style: update Prettier configuration and format code for consistency …
style: update Prettier configuration and format code for consistency …
feat: update GitHub Actions workflow to use Node.js 22 and latest act…
feat: update GitHub Actions workflow to use Node.js 22 and latest act…