Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 288 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 288 Bytes

sorting-vim

Visualize some sorting algorithm on Vim.

Supported algorithm

  • Merge sort
  • Quik sort
  • Bubble sort
  • Insert sort

Example

vim -S bubble.vim input.txt

make commands

  • make ... Create input.txt
  • make bubble .. Visualize bubble sort

License

MIT