Jump to content

cmxiv

Active Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by cmxiv

  1. I'm pleased to introduce a project of mine, AlgoTut v2.0. This application provides a visual approach for better understanding searching and sorting algorithms.

    The current release is limited to Sorting and Searching algorithms but the future releases would have several others including a functionality for utilising custom algorithms.

    This application is completely build using JavaFX api, so it is portable to multiple platforms. This project is an open-source project, for dowloading the source, please visit my github page

    FEATURES:

    1. Real-time visualisation of each step, an algorithm takes to complete its task, using bar-graph.

    2. For each step, A log-entry is generated and displayed, thus generated log can be saved and can be used as a later reference.

    3. Each step could be delayed for 1 to 4 seconds thus providing some time to understand what algorithm did.

    Your feedback is very important for development of this application. Thanks!

    SNAPSHOTS:

    Application start up.

    post-40245-0-86094000-1365957615_thumb.p

    Binary search algorithm running

    post-40245-0-54898100-1365957628_thumb.p

    Search item found!

    post-40245-0-20359400-1365957644_thumb.p

    Array loaded for sorting.

    post-40245-0-58927600-1365957655_thumb.p

    Insertion sort algorithm running

    post-40245-0-46751200-1365957666_thumb.p

    Sorting done!

    post-40245-0-12184500-1365957679_thumb.p

×
×
  • Create New...