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

- Interactive playback controls
- Memory state visualization
- Code execution view
- Call stack tracking
- Custom input array support
- Enter numbers in the input field
- Use play/pause and step buttons to control visualization
- Observe memory changes and algorithm execution
npm install
npm start
Built with React.js to help understand the Ford-Johnson sorting algorithm.