3 repositorios
Tools specifically designed to facilitate the solving, testing, and submission of algorithmic problems.
Distinct from Interview Problem Solving: The candidates focus on specific mathematical problems or interview techniques, not the tool for practicing them.
Explore 3 awesome GitHub repositories matching education & learning resources · Algorithm Practice Tools. Refine with filters or upvote what's useful.
This project is a VS Code extension that integrates LeetCode problem solving directly into the editor. It functions as a code submission client and competitive programming tool, allowing users to browse, solve, and submit algorithmic challenges without leaving their development environment. The extension distinguishes itself by managing local workspaces and archives, enabling the organization of problem files and descriptions in configurable local folders. It supports multi-account session management and regional endpoint routing to handle different geographic service instances. The tool cov
Integrates the entire process of writing, testing, and submitting LeetCode algorithmic challenges within the editor.
Ruby Warrior is an educational programming game and scripting sandbox designed to teach the Ruby language. It functions as a turn-based strategy engine where users write scripts to control a character's behavior and solve puzzles within a grid-based world. The platform focuses on algorithmic logic and decision-making, requiring users to write autonomous scripts that navigate obstacles and defeat enemies. It provides a gamified environment for practicing tactical scripting and interactive Ruby learning. The system includes a state-querying API for detecting environment tiles and character pos
Provides a simulated environment for developing and refining decision-making algorithms to navigate obstacles and defeat enemies.
leetcode-cli is a command line interface for browsing, solving, and submitting coding challenges to LeetCode without using a web browser. It serves as an algorithm practice manager and a plugin-based developer tool that enables users to manage the full lifecycle of competitive programming from the terminal. The project provides a containerized code execution environment using Docker to run and test algorithm solutions in isolated environments. It features a modular architecture that supports third-party extensions to add custom features and workflows. The tool covers a wide range of capabili
Serves as a tool for tracking progress, caching problems, and managing submission history for algorithm practice.