4 tools in this category
Interactive sorting algorithm visualizer to watch and learn how different sorting algorithms work in real-time. Visualize Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and Heap Sort with step-by-step animations. Perfect for computer science students, developers preparing for interviews, and anyone learning data structures and algorithms. Features 6 different sorting algorithms with live visualizations, adjustable speed control from very slow to very fast, variable array size from 10 to 150 elements, real-time statistics showing comparisons and swaps, color-coded visualization with different colors for comparing (yellow), swapping (red), pivot (orange), and sorted (green) elements, live timer tracking execution time, responsive design that works on desktop, tablet, and mobile, dark and light theme support, and educational complexity information for each algorithm showing best, average, worst, and space complexity. Watch every comparison and swap as it happens with smooth animations. Generate new random arrays instantly. Stop and restart sorting at any time. Learn algorithm efficiency by comparing different sorting methods on the same data. Understand time complexity differences between O(n²) and O(n log n) algorithms visually. See how divide-and-conquer algorithms like Merge Sort and Quick Sort partition and solve sub-problems. Observe the heap building process in Heap Sort. All processing happens entirely in your browser with no data sent to servers. Perfect for visual learners, interview preparation, classroom teaching, algorithm comparison, and self-paced education.
Comprehensive token tool to decode, verify, and generate JWT (JSON Web Tokens) and PASETO (Platform-Agnostic SEcurity TOkens) instantly. View header, payload, and signature sections with syntax-highlighted JSON. Generate new tokens with custom payloads. Perfect for developers debugging authentication tokens, API tokens, and bearer tokens. Features instant real-time decoding as you type, support for both JWT and PASETO token formats, token generation with custom algorithms (HS256, HS384, HS512), three-part visualization showing header/version, payload, and signature/footer separately, color-coded JSON syntax highlighting for easy reading, one-click copy to clipboard for each section, and complete client-side processing for maximum security. All token processing happens entirely in your browser - tokens are never transmitted to any server, ensuring complete privacy and security. Supports all standard JWT formats and PASETO v2/v4. Ideal for debugging authentication flows, inspecting API tokens, generating test tokens, understanding token structure, validating token claims, and learning about modern authentication. No installation or registration required.
Compare two texts side-by-side with color-coded highlighting for additions, deletions, and modifications. Supports line-by-line, word-level, and character-level comparison modes. Perfect for code review, document comparison, and tracking changes.
Format, validate, and beautify JSON data instantly. Minify JSON, fix formatting errors, and validate JSON syntax online. Perfect for developers working with APIs and configuration files.