Skip to content

πŸ”Š Visualize and sonify sorting algorithms in real-time with this Go terminal app, offering interactive charts and sounds for a unique learning experience.

Notifications You must be signed in to change notification settings

nunesj72/sound-of-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎧 sound-of-sort - Experience Sorting Sound in Your Terminal

πŸš€ Download Now

Download Sound of Sort

πŸ“¦ Introduction

Welcome to Sound of Sort! This application allows you to hear the sounds of sorting algorithms in your terminal. It turns sorting processes into an auditory experience, making it easier to understand how these algorithms work. Whether you are learning about sorting or just curious, this app brings a unique twist to a classic computer task.

πŸ–₯️ Features

  • Engaging Sounds: Each sorting algorithm produces a unique sound, helping you visualize the sort process.
  • Interactive Interface: Easily use the application directly in your terminal without any complex setup.
  • Support for Multiple Algorithms: Listen to various sorting methods to understand the differences in performance and efficiency.

πŸ” System Requirements

  • Operating System: Windows, macOS, or Linux.
  • Terminal Access: Must have a terminal application to run the application.
  • Python 3.6 or higher installed (if the application is built using Python).

πŸš€ Getting Started

To get started with Sound of Sort, follow these simple steps:

  1. Download the Application: Visit the Releases page to download the latest version of the software.

  2. Install the Application:

    • For Windows: Double-click the downloaded .exe file.
    • For macOS or Linux: Use your terminal to navigate to the downloaded file and run it.
  3. Open Your Terminal: Once installed, open your terminal program. You will need this to run the app and hear the sorting sounds.

  4. Run the Application: In the terminal, type the following command to start the application:

    sound-of-sort
    
  5. Choose Your Sorting Algorithm: Follow the on-screen prompts to pick a sorting algorithm. The program will begin sorting and you will start to hear the associated sounds.

🎀 How to Use the Application

Once you have the application running, you can follow these steps to make the most of it:

  1. Select an Algorithm: When prompted, choose a sorting algorithm from the list displayed on your terminal. Here are some examples you might see:

    • Bubble Sort
    • Quick Sort
    • Merge Sort
    • Insertion Sort
  2. Start Sorting: After selecting the algorithm, hit enter. Watch as the algorithm sorts a sample set of numbers. Listen closely to the sounds each step generates.

  3. Analyze the Process: Compare how each sorting algorithm sounds and how quickly they sort. This can help in understanding the efficiency of different algorithms.

πŸŽ‰ Troubleshooting

If you encounter any issues while running Sound of Sort, please consider the following:

  • No Sound? Make sure your speakers are connected and the volume is turned up.
  • Installation Issues? Ensure that you have the correct permissions to install applications on your device.
  • Command Not Found? Make sure the application is added to your system's PATH, or use the full path to the executable file.

πŸ’¬ Community and Support

If you need help, feel free to reach out. You can find assistance by:

  • Opening an Issue: Use the issues page on our GitHub repository.
  • Community Forums: Join discussions about sorting algorithms and the application itself. Share tips with other users.

πŸ”— Download & Install

To download the latest version of Sound of Sort, visit our Releases page. Follow the steps above to install it on your system.

Now, you're ready to experience the sounds of sorting in your terminal. Enjoy!

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages