Skip to content

ZarrarPeshimam/TLE-Case-Generator-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

TLE-Case-Generator - Smart Test Case Generator for Competitive Programming

πŸ“Œ Overview

TLE-Case-Generator is a Chrome extension designed to generate randomized and valid test cases for competitive programming problems. It helps developers and students quickly create test cases based on variable constraints such as type, size, range, and uniqueness, helping to overcome TLE (Time Limit Exceeded) issues during algorithm testing.


πŸš€ Features

  • βœ… Add multiple variables with types: number, string, boolean, array.
  • βœ… Define constraints (range, size, repetition, character set, etc.).
  • βœ… One-click Generate button to instantly create randomized test cases.
  • βœ… Copy-to-clipboard for individual variables.
  • βœ… Simple, lightweight popup UI built with Tailwind CSS.
  • βœ… Designed to help users quickly test solutions against edge cases.

πŸ› οΈ Tech Stack

  • Frontend: HTML, CSS, JavaScript, Tailwind CSS
  • Platform: Chrome Extension (Manifest V3)
  • Other: DOM Manipulation, Clipboard API

πŸ“‚ Installation

  1. Clone or Download this repository.
  2. Open chrome://extensions/ in Chrome.
  3. Enable Developer Mode (toggle in the top-right corner).
  4. Click Load Unpacked and select the project folder.
  5. The extension icon will appear in your Chrome toolbar.

πŸ“– Usage

  1. Open the extension popup from the toolbar.
  2. Add variables and define their constraints.
  3. Click Generate to create randomized test cases.
  4. Copy individual variable values using the Copy button.
  5. Use generated test cases in your preferred coding platform or IDE.

πŸ–ΌοΈ Preview

(Coming soon)


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published