turlando / bubble-explorer

Simple C program to show intermediate steps in bubble sort algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bubble sort explorer

Build

Dependencies

  • C99 compiler
  • GNU make

Compile

  • make or make all will build the entire project
  • make clean will remove object files
  • make distclean will remove object files and the executable binary

Usage

Just run the main binary. Make sure your terminal emulator supports ANSI escape sequences.

License

This project is licensed under the WTFPL version 2.

About

Simple C program to show intermediate steps in bubble sort algorithm


Languages

Language:C 95.5%Language:Makefile 4.5%