Algorithms HQ

A fun and didactic app to learn computer science algorithms!
  
  See how algorithms are working by watching an animation of their execution. Understand how data is manipulated as it is animated through an intuitive representation of its contents. Always know which line is executed in the pseudo-code, what are the values of the variables.
  Need to quickly refresh your memory? Just use the app as a quick reference on the main characteristics of each algorithm!
  
  Main features:
  - Execute a single instruction, or undo the previous one
  - Run, or rewind the algorithm until you decide to pause the execution
  - Adjust the speed of the animation
  - Best and worst case input data for sorting algorithms
  - Change the input data: size (up to 500), maximum value or data distribution (random, sorted, many duplicates, etc.)
  - For data structures, choose the next function to execute, or let a scenario choose for you, so you can see how the data structure evolves.
  - Landscape or portrait orientation
  
  This version contains the following algorithms:
  Linear Data Structures:
  - Queue
  - Stack
  Sorting algorithms:
  - Bubble Sort
  - Cocktail Sort
  - Gnome Sort
  - Insertion Sort
  - Quick Sort
  - Selection Sort
  
  More algorithms and more features are on the way!

下载地址:iTunes 或者AAP STORE 下载

赞(0)
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《Algorithms HQ》
文章链接:https://www.skykkk.com/archives139800.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。

相关推荐

  • 暂无文章