Skip to content

A web application that visualizes the Ford-Johnson (merge-insert) sorting algorithm

Notifications You must be signed in to change notification settings

zelhajou/web-pmerge-me-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ford-Johnson Algorithm Visualizer

A web application that visualizes the Ford-Johnson (merge-insert) sorting algorithm step by step.

Screen Shot 2025-03-10 at 1 41 55 AM

Features

  • Interactive playback controls
  • Memory state visualization
  • Code execution view
  • Call stack tracking
  • Custom input array support

Usage

  1. Enter numbers in the input field
  2. Use play/pause and step buttons to control visualization
  3. Observe memory changes and algorithm execution

Getting Started

npm install
npm start

Built with React.js to help understand the Ford-Johnson sorting algorithm.

About

A web application that visualizes the Ford-Johnson (merge-insert) sorting algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published